History log of /netbsd-current/sys/arch/macppc/conf/GENERIC
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.380 02-Apr-2024 charlotte

Mention DKWEDGE_METHOD_TOS in several kernel config files


# 1.379 29-Jan-2024 christos

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.


# 1.378 17-Jan-2024 uwe

macppc: enable FFS_EI in GENERIC

I'd say it should be enabled for anything with USB.

ok macallan


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.377 09-Feb-2023 abs

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work


# 1.376 26-Jan-2023 macallan

do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007


Revision tags: netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.375 07-Aug-2022 simonb

branches: 1.375.4;
UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.379 29-Jan-2024 christos

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.


# 1.378 17-Jan-2024 uwe

macppc: enable FFS_EI in GENERIC

I'd say it should be enabled for anything with USB.

ok macallan


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.377 09-Feb-2023 abs

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work


# 1.376 26-Jan-2023 macallan

do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007


Revision tags: netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.375 07-Aug-2022 simonb

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.378 17-Jan-2024 uwe

macppc: enable FFS_EI in GENERIC

I'd say it should be enabled for anything with USB.

ok macallan


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.377 09-Feb-2023 abs

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work


# 1.376 26-Jan-2023 macallan

do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007


Revision tags: netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.375 07-Aug-2022 simonb

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.377 09-Feb-2023 abs

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work


# 1.376 26-Jan-2023 macallan

do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007


Revision tags: netbsd-10-base bouyer-sunxi-drm-base
# 1.375 07-Aug-2022 simonb

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.376 26-Jan-2023 macallan

do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007


Revision tags: netbsd-10-base bouyer-sunxi-drm-base
# 1.375 07-Aug-2022 simonb

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.375 07-Aug-2022 simonb

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.374 16-Feb-2022 riastradh

macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.


# 1.373 16-Feb-2022 riastradh

macppc: Support GENERIC.local.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


# 1.371 27-Sep-2020 roy

branches: 1.371.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.372 21-Jan-2021 nia

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg


Revision tags: thorpej-futex-base
# 1.371 27-Sep-2020 roy

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.371 27-Sep-2020 roy

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.370 08-Aug-2020 macallan

add commented out entries for onewire at snapper, and document what they're for


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.369 01-Aug-2020 maxv

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.368 26-Apr-2020 pgoyette

Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.


Revision tags: bouyer-xenpvh-base2
# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

branches: 1.366.2;
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.367 24-Apr-2020 macallan

add sudden motion sensor 'driver'.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.366 28-Mar-2020 isaki

Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: is-mlppp-base ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.366 28-Mar-2020 isaki

Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before). And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.365 16-Mar-2020 nia

Lower blk_ms on more ports that are even slightly likely to play video


Revision tags: ad-namecache-base3
# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.364 27-Jan-2020 macallan

add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


Revision tags: ad-namecache-base2
# 1.363 25-Jan-2020 thorpej

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.362 22-Jan-2020 macallan

enable CPU speed / voltage control via GPIOs and/or DFS
should work on most *Book G4
( notable exception - TiBooks. They use a completely different mechanism )


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.361 20-Jan-2020 thorpej

Remove FDDI support.


Revision tags: ad-namecache-base1
# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

branches: 1.358.2;
add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.360 10-Jan-2020 macallan

add lmu driver


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.359 08-Jan-2020 macallan

add lmtemp, found in some late powerbooks


Revision tags: ad-namecache-base phil-wifi-20191119
# 1.358 01-Nov-2019 macallan

add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.358 01-Nov-2019 macallan

add psoc driver


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.357 16-Sep-2019 macallan

add ktm at adb driver


Revision tags: netbsd-9-base phil-wifi-20190609
# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.356 27-Apr-2019 sevan

Use usbdevices.config & bluetooth.config to reduce duplication.


# 1.355 27-Apr-2019 sevan

Use filesystems.config to reduce duplication


# 1.354 26-Apr-2019 sevan

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.


Revision tags: isaki-audio2-base
# 1.353 10-Apr-2019 sevan

Include CARP support by default


# 1.352 09-Apr-2019 sevan

Add a commented out entry for CARP


# 1.351 06-Feb-2019 rin

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.350 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.349 25-Aug-2018 rin

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 1.348 01-Aug-2018 maxv

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.347 02-Jun-2018 sevan

Enabled IPsec & ipsecif(4) support by default.

ok macallan


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.346 16-Mar-2018 sevan

Forgot the pseudo devices in the previous commit.


# 1.345 16-Mar-2018 sevan

Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.344 26-Feb-2018 sevan

branches: 1.344.2;
Remove support for macofcons(4), it's not actually possible to build a kernel
with it enabled - See PR port-macppc/53004 and it may have further problems even
so.
From <macallan>:
"There is some early console code that uses OF output but it causes problems
when we get close to MMU setup - I think it can go, it hasn't been enabled in
any config in at least a decade as far as I know."


# 1.343 24-Feb-2018 sevan

Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"


# 1.342 23-Feb-2018 sevan

Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.

ok <macallan>


# 1.341 23-Feb-2018 sevan

Remove OFB_ENABLE_CACHE
from <macallan>
"it is outdated, genfb and friends don't need or use it, and it makes no sense
on accelerated drivers either. It tries to BAT-map the framebuffer cacheable,
which works on most macs but makes a few models lock up. Genfb doesn't have that
problem and is faster too."


# 1.340 17-Feb-2018 sevan

With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.339 23-Jan-2018 sevan

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.338 17-Jan-2018 sevan

Enable veriexec(4) support by default on the macppc port and update the manual to mention it.

Closes PR port-powerpc/52908


# 1.337 27-Dec-2017 sevan

Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712


Revision tags: tls-maxphys-base-20171202
# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

branches: 1.329.2;
rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.336 22-Sep-2017 macallan

all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses


# 1.335 22-Sep-2017 macallan

move i2c devices to iic, add valkyriefb and videopll


# 1.334 14-Sep-2017 mrg

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.


# 1.333 13-Sep-2017 sevan

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.332 01-Sep-2017 macallan

add iic at pmu and admtemp


Revision tags: nick-nhusb-base-20170825
# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.331 11-Aug-2017 macallan

add wsfont now that it's actually usable on at least some drivers


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.330 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base
# 1.329 24-May-2017 christos

rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.329 24-May-2017 christos

rename u3ginit driver to umodeswitch


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320
# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

branches: 1.327.2;
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.328 26-Feb-2017 rin

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.


Revision tags: nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


Revision tags: pgoyette-localcount-20170107
# 1.327 02-Jan-2017 sevan

Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

branches: 1.322.2;
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.


# 1.326 13-Dec-2016 christos

wildcard speaker attachments, now that we can handle many of them.


# 1.325 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.324 08-Dec-2016 nat

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


Revision tags: nick-nhusb-base-20161204
# 1.323 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529
# 1.322 28-May-2016 sevan

As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


Revision tags: nick-nhusb-base-20160422
# 1.321 19-Mar-2016 gdt

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.320 16-Nov-2014 manu

branches: 1.320.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate


# 1.319 12-Nov-2014 manu

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)


# 1.318 21-Oct-2014 macallan

RADEONFB_MMAP_BARS is no more


# 1.317 19-Sep-2014 christos

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.


# 1.316 24-Aug-2014 jnemeth

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


# 1.315 23-Aug-2014 dholland

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.


# 1.314 18-Aug-2014 christos

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 1.313 16-Aug-2014 apb

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.312 23-Oct-2013 macallan

branches: 1.312.4;
add gffb, tweak comments


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.311 30-Jun-2013 rmind

G/C PFIL_HOOKS from the kernel configs.


# 1.310 05-Jun-2013 christos

branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.


# 1.309 27-Apr-2013 christos

the bogus number police


# 1.308 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.307 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.306 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.305 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.304 17-Oct-2012 apb

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".


# 1.303 01-Sep-2012 jakllsch

branches: 1.303.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.


# 1.302 17-Aug-2012 abs

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


# 1.301 19-Jul-2012 rkujawa

Add tdvfb (Voodoo2 driver) to GENERIC.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.300 17-Mar-2012 riz

Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.


# 1.299 17-Mar-2012 riz

Add drvctl to macppc GENERIC.


Revision tags: jmcneill-usbmp-base7
# 1.298 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-RC1 jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.297 23-Jan-2012 hauke

branches: 1.297.2; 1.297.4;
In the light of PR kern/29702, add swwdog(4) pseudo device.


# 1.296 11-Jan-2012 macallan

include a small font


# 1.295 18-Dec-2011 dholland

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base
# 1.294 22-Nov-2011 tls

branches: 1.294.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.293 30-Jul-2011 jakllsch

branches: 1.293.2;
Add uplcom(4) and uftdi(4).


# 1.292 30-Jun-2011 wiz

dependant -> dependent


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base jym-xensuspend-nbase rmind-uvmplock-base jym-xensuspend-base
# 1.291 26-Apr-2011 joerg

Remove Darwin, MACH and Mach-O support.


# 1.290 15-Mar-2011 riz

Add otus(4), Atheros AR9100U usb wireless driver.


# 1.289 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.288 03-Jan-2011 tsutsui

branches: 1.288.2; 1.288.4;
Xref module(7) in comments.


Revision tags: matt-mips64-premerge-20101231
# 1.287 24-Dec-2010 phx

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


# 1.286 10-Dec-2010 phx

Add uthum(4), which I just verified working.


# 1.285 10-Dec-2010 macallan

add rum* at uhub? since it was confirmed working a while ago


# 1.284 10-Dec-2010 macallan

fix some typos, new ADB is no longer experimental
while there add some (S)ATA drivers from i386 which might be found on PCI cards


# 1.283 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.282 08-May-2010 mrg

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.


# 1.281 29-Apr-2010 chs

add mpt.


Revision tags: uebayasi-xip-base1
# 1.280 16-Apr-2010 pooka

Remove unused count (invariably "4") from pseudo-device fss.


Revision tags: yamt-nfs-mp-base9
# 1.279 07-Mar-2010 plunky

branches: 1.279.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels


Revision tags: uebayasi-xip-base
# 1.278 18-Jan-2010 jmmv

branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.


Revision tags: matt-premerge-20091211
# 1.277 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 nick-hppapmap-base
# 1.276 24-Jan-2009 mrg

add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: mjf-devfs2-base
# 1.275 09-Jan-2009 macallan

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.274 07-Dec-2008 tsutsui

Remove duplicated options FONT_GALLANT12x22.


# 1.273 24-Nov-2008 ad

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 1.272 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1 wrstuden-revivesa-base-4
# 1.271 07-Oct-2008 pgoyette

branches: 1.271.2; 1.271.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers


Revision tags: wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.270 26-Aug-2008 macallan

add battery and smartbat at pmu


# 1.269 26-Aug-2008 macallan

throw out some obsolete PIC_ options, explain why ofb is disabled


# 1.268 26-Aug-2008 macallan

add spdmem(4)


# 1.267 15-Aug-2008 tsutsui

- remove duplicated and commented out nadb device entries
(with some tweaks on comments for them)
- enable sgsmix0 at iic0 for beige G3 machines

Suggested by macallan@ on port-macppc.


# 1.266 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.265 31-Jul-2008 simonb

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 wrstuden-revivesa-base
# 1.264 30-May-2008 tsutsui

branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1 yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-nbase mjf-devfs-base matt-armv6-base hpcarm-cleanup-base
# 1.263 31-Dec-2007 ad

branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 bouyer-xenamd64-base2 vmlocking-nbase bouyer-xenamd64-base jmcneill-pm-base reinoud-bufcleanup-base
# 1.262 07-Nov-2007 macallan

branches: 1.262.6;
add r128fb at pci


Revision tags: jmcneill-base
# 1.261 04-Nov-2007 xtraeme

branches: 1.261.2;
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.


Revision tags: yamt-x86pmap-base4
# 1.260 17-Oct-2007 garbled

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base3 yamt-x86pmap-base2 yamt-x86pmap-base ppcoea-renovation-base vmlocking-base
# 1.259 21-Aug-2007 kiyohara

branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.


Revision tags: nick-csl-alignment-base matt-mips64-base mjf-ufs-trans-base
# 1.258 11-Jun-2007 kiyohara

branches: 1.258.4; 1.258.8;
zyd was known to not work on big endian systems.


# 1.257 09-Jun-2007 kiyohara

Add zyd(4).


# 1.256 04-Jun-2007 martin

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).


Revision tags: yamt-idlelwp-base8 thorpej-atomic-base
# 1.255 14-Mar-2007 drochner

branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.


# 1.254 06-Mar-2007 dillo

branches: 1.254.2; 1.254.4;
Complete rename of hfsp to hfs, requested by thorpej.


# 1.253 05-Mar-2007 dillo

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.


Revision tags: ad-audiomp-base
# 1.252 15-Feb-2007 macallan

branches: 1.252.2;
add battery at pmu


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.251 18-Jan-2007 macallan

add commented out definitions for new ADB subsystem and G3 audio


# 1.250 17-Jan-2007 macallan

set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful


# 1.249 12-Jan-2007 uwe

Add options OFB_FAKE_VGA_FB (commented out).

XXX: Where's ofb(4)? (hi, macallan!)


# 1.248 12-Jan-2007 uwe

Replace long list of "audio* at foo?" attachments with single
audio* at audiobus?


# 1.247 12-Jan-2007 uwe

options<space><tab> police


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4 yamt-splraiseipl-base3 netbsd-4-base
# 1.246 18-Nov-2006 tsutsui

branches: 1.246.2; 1.246.4;
Add rgephy at mii for Realtek 8169S.


# 1.245 17-Nov-2006 macallan

add RADEONFB_MMAP_BARS


# 1.244 11-Nov-2006 jmmv

Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.


# 1.243 11-Nov-2006 jmmv

Remove tmpfs's experimental status. OK'ed by core@.


# 1.242 08-Nov-2006 macallan

enable accelerated wsdisplay drivers


Revision tags: yamt-splraiseipl-base2
# 1.241 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.240 14-Oct-2006 tsutsui

Add vge at pci and ciphy at mii. Working on my Apus2000.


# 1.239 28-Sep-2006 dyoung

Activate ath(4) in GENERIC, since it works under light testing on
my Powerbook G4.


# 1.238 27-Sep-2006 manu

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407


# 1.237 26-Sep-2006 elad

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!


# 1.236 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 yamt-pdpolicy-base8 rpaulo-netinet-merge-pcb-base
# 1.235 26-Aug-2006 christos

branches: 1.235.2; 1.235.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 1.234 26-Aug-2006 tsutsui

Remove obsolete #options VERIFIED_EXEC, found by grep(1).


# 1.233 22-Aug-2006 riz

Add sk(4) now that it works.


# 1.232 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.231 12-Aug-2006 christos

Disable SYSTRACE by default on all kernels (discussed with core)


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.230 26-Jul-2006 cube

branches: 1.230.2;
Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 elad-kernelauth-base simonb-timecounters-base
# 1.229 28-Mar-2006 pavel

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".


Revision tags: peter-altq-base yamt-pdpolicy-base2 yamt-pdpolicy-base yamt-uio_vmspace-base5
# 1.228 16-Feb-2006 macallan

branches: 1.228.2; 1.228.4; 1.228.6;
default to a black on white console, with green kernel output


# 1.227 10-Feb-2006 macallan

uncomment audio at snapper. doh.
noticed by tonio


# 1.226 06-Feb-2006 wiz

Fix typo in pbms description.


# 1.225 05-Feb-2006 christos

glue for powerbook mouse.


# 1.224 05-Feb-2006 cube

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 1.223 04-Feb-2006 rpaulo

bpfilter doesn't accept count anymore.


# 1.222 02-Feb-2006 reinoud

branches: 1.222.2;
Add commented out UDF file-system entry in all GENERIC configurations.


# 1.221 31-Jan-2006 xtraeme

branches: 1.221.2;
Add ral(4) at cardbus/pci/uhub and atu(4) at uhub.


# 1.220 04-Jan-2006 xtraeme

Enable rlphy(4).


Revision tags: ktrace-lwp-base
# 1.219 09-Dec-2005 elad

branches: 1.219.2;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.


# 1.218 07-Dec-2005 tsutsui

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


Revision tags: yamt-readahead-base3
# 1.217 25-Nov-2005 thorpej

swcr -> swcrypto


# 1.216 25-Nov-2005 thorpej

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.


# 1.215 25-Nov-2005 thorpej

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).


Revision tags: yamt-readahead-base2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base
# 1.214 03-Nov-2005 chs

branches: 1.214.2;
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.


Revision tags: yamt-vop-base3 yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.213 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.212 09-Sep-2005 drochner

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed


# 1.211 06-Sep-2005 dogcow

after discussion with dyoung, add rtw* at cardbus


# 1.210 19-Aug-2005 christos

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 1.209 19-Aug-2005 christos

64 bit inode changes.


# 1.208 10-Aug-2005 macallan

add uni_n, 2nd ki2c, iic, deq, hardware monitors.


# 1.207 05-Aug-2005 skrll

Add (commented out) ucycom to various kernel configs.


# 1.206 31-Jul-2005 yamt

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 1.205 30-Jul-2005 yamt

add "options VMSWAP" to non INSTALL kernels.


# 1.204 17-Jul-2005 hubertf

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.


# 1.203 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.202 07-Jul-2005 tron

Add (commented out) IPSEC_NAT_T option.


# 1.201 25-Jun-2005 dyoung

branches: 1.201.2;
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.

Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.

In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.

Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.


# 1.200 25-Jun-2005 rpaulo

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.


# 1.199 09-Jun-2005 tsutsui

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.


# 1.198 06-Jun-2005 tron

RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.


# 1.197 31-May-2005 tron

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.


# 1.196 31-May-2005 tron

Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.


Revision tags: kent-audio2-base
# 1.195 15-Apr-2005 itohy

Add ukyopon(4).


Revision tags: yamt-km-base4 yamt-km-base3 netbsd-3-base
# 1.194 18-Feb-2005 dsl

branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


Revision tags: yamt-km-base2
# 1.193 11-Feb-2005 dsl

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.


# 1.192 31-Jan-2005 hannken

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>


# 1.191 28-Jan-2005 rumble

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.


Revision tags: yamt-km-base
# 1.190 21-Jan-2005 matt

branches: 1.190.2;
Add ochi & echi at cardbus


# 1.189 20-Jan-2005 matt

Add ehci


# 1.188 17-Jan-2005 briggs

Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.


# 1.187 17-Jan-2005 cube

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.

XXX: we _need_ some way of making this more simple.


Revision tags: kent-audio1-beforemerge
# 1.186 08-Jan-2005 briggs

branches: 1.186.2;
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt. This
may still need some work, but a step in the right direction.
From Tim Kelly.


Revision tags: kent-audio1-base
# 1.185 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.184 12-Nov-2004 jklos

Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
(causes lockups). OK'd by Tsubai Masanari (port maintainer).


# 1.183 10-Nov-2004 christos

Add COMPAT_BSDPTY to the rest of the config files.


# 1.182 23-Oct-2004 augustss

s/uax/axe/


# 1.181 04-Sep-2004 manu

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@


# 1.180 15-Jul-2004 atatat

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# 1.179 28-Jun-2004 bouyer

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.


# 1.178 26-Jun-2004 abs

Add (commented out) ALTQ options to all GENERIC-like files


# 1.177 22-Jun-2004 mrg

Add re; Realtek GbE.


# 1.176 22-Jun-2004 itojun

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos


# 1.175 18-Jun-2004 christos

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM


# 1.174 16-Jun-2004 christos

Add pseudo-device ptm on all the generic flavored kernels.


# 1.173 02-Apr-2004 mrg

enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.


# 1.172 29-Mar-2004 matt

Add SMBFS/nsmb


Revision tags: netbsd-2-0-base
# 1.171 14-Jan-2004 jonathan

branches: 1.171.2;
Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots. As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).


# 1.170 27-Dec-2003 grant

add support for the Keywest I2C and snapper audio device, as found on
some iBook and PowerBook models.

this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.

the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.

ok'd by matt.


# 1.169 22-Dec-2003 dyoung

Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.


# 1.168 14-Dec-2003 thorpej

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).


# 1.167 13-Dec-2003 thorpej

Split out the Silicon Image SATALink support into its own driver,
"satalink".


# 1.166 13-Nov-2003 christos

we could have lpt at puc.


# 1.165 18-Oct-2003 lukem

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# 1.164 13-Oct-2003 dyoung

Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.


# 1.163 08-Oct-2003 bouyer

Add new per-chip pciide drivers.


# 1.162 08-Oct-2003 bouyer

Add atabus.


# 1.161 25-Sep-2003 matt

Add COMPAT_16


# 1.160 22-Aug-2003 itojun

add udav*


# 1.159 24-Jul-2003 nathanw

Add commented-out options CAPS_IS_CONTROL and FORCE_FUNCTION_KEYS, with
descriptions.
XXX the descriptive text should probably be in options(4), but none of the
*other* mac-specific options are there, either...


# 1.158 11-Jun-2003 manu

branches: 1.158.2;
Add COMPAT_DARWIN, and comment out anything related to it. It is too
much experimental to be included into GENERIC kernels.


# 1.157 11-Jun-2003 hamajima

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD

I tested only 12-inch Japanese model.


# 1.156 26-Apr-2003 ragge

Add pseudo-device ksyms.


# 1.155 10-Apr-2003 christos

Bye Bye UCONSOLE


# 1.154 14-Mar-2003 mjacob

Attach esiop to a scsibus.


# 1.153 27-Feb-2003 perseant

Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.


# 1.152 16-Feb-2003 augustss

Add uax(4) (and url(4) in some cases).


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.151 14-Jan-2003 fair

Add bktr*, udsbr* and radio* at each;
allocate a major number for radio*


# 1.150 12-Jan-2003 matt

Add missing ethernets and phys. Update FireWire to current reality.


Revision tags: fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.149 22-Nov-2002 wiz

Fix typo (responsiness -> responsiveness).


# 1.148 30-Oct-2002 manu

Added COMPAT_MACH and EXEC_MACHO


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.147 18-Oct-2002 junyoung

Add NEW_BUFQ_STRATEGY (disabled by default).


# 1.146 14-Oct-2002 elric

Added commented out cgd(4)s to GENERIC configs.


# 1.145 06-Oct-2002 provos

add SYSTRACE; approved perry.


Revision tags: kqueue-base
# 1.144 28-Sep-2002 dbj

add options APPLE_UFS
This enables Apple UFS support added by PR #17345


# 1.143 25-Sep-2002 martti

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"


# 1.142 20-Sep-2002 martti

Added (commented out) IPFILTER_DEFAULT_BLOCK.


# 1.141 18-Sep-2002 lukem

enable USERCONF by default; it's small and extremely useful to have available.


Revision tags: gehenna-devsw-base
# 1.140 13-Aug-2002 aymeric

add (commented out) option WSDISPLAY_COMPAT_RAWKBD


# 1.139 12-Jul-2002 matt

Enable COMPAT_LINUX


# 1.138 09-Jul-2002 hamajima

comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.


# 1.137 07-Jul-2002 matt

Change OFB_ENABLE_CACHE to be enabled.


# 1.136 07-Jul-2002 matt

Make the gem driver the default now, not the macppc specific gm.


# 1.135 05-Jul-2002 matt

Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.


# 1.134 25-Jun-2002 itojun

fwnode* has idhi/idlo locator


# 1.133 25-Jun-2002 itojun

sync firewire scsi config to the latest reality


# 1.132 18-Jun-2002 itojun

apm emulation, from openbsd


# 1.131 17-Jun-2002 lukem

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# 1.130 07-Jun-2002 briggs

Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.


Revision tags: netbsd-1-6-base
# 1.129 11-May-2002 bjh21

branches: 1.129.2; 1.129.4;
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).


# 1.128 25-Apr-2002 wiz

Replace some more options<TAB> with options<SP><TAB>.
Noted by Patrick Welche.


# 1.127 25-Apr-2002 atatat

Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.


# 1.126 17-Apr-2002 mycroft

Switch from de to tlp by default.


# 1.125 12-Apr-2002 gmcgarry

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 1.124 10-Apr-2002 tsutsui

Add (missing) scsibus* at adw?


Revision tags: eeh-devprop-base newlock-base
# 1.123 07-Mar-2002 wiz

Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).


Revision tags: ifpoll-base
# 1.122 10-Feb-2002 wiz

Update description for icsphy.


# 1.121 27-Jan-2002 jdolecek

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines


# 1.120 19-Jan-2002 oster

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.


# 1.119 03-Jan-2002 mbw

tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


# 1.118 28-Dec-2001 augustss

Update for new uhidev device attachment.


# 1.117 28-Dec-2001 martin

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.


# 1.116 14-Dec-2001 gmcgarry

Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages


# 1.115 23-Nov-2001 atatat

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.


# 1.114 14-Nov-2001 matt

Add brgphy


# 1.113 13-Nov-2001 augustss

Add wsmux (it seems to work now).


Revision tags: thorpej-mips-cache-base
# 1.112 04-Nov-2001 itohy

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.


# 1.111 03-Nov-2001 tsutsui

Add trm at pci.

BTW, should we also add it into INSTALL?
I guess there is no trm adapter which has Openfirmware..


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf
# 1.110 12-Sep-2001 manu

branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment


Revision tags: thorpej-devvp-base
# 1.109 01-Sep-2001 atatat

branches: 1.109.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.


# 1.108 01-Sep-2001 atatat

Add bridge pseudo devices to GENERIC configs


# 1.107 29-Aug-2001 briggs

Add adw


# 1.106 27-Aug-2001 eeh

Add the driver for the LMC WAN adapter.


# 1.105 22-Aug-2001 hubertf

More comment changes: 90x[B] -> 90x[BC]


# 1.104 03-Aug-2001 tsubai

Add bmtphy.


# 1.103 08-Jul-2001 abs

branches: 1.103.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)


# 1.102 30-Jun-2001 darcy

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.

options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten. It was done separately.


# 1.101 10-Jun-2001 tsubai

Remove options NMBCLUSTERS=1024 -- it's default now.


# 1.100 06-Jun-2001 matt

Enable tlp for 21x4x chips.


# 1.99 03-Jun-2001 tsutsui

Add iha at pci .


# 1.98 27-May-2001 wiz

Add RTC_OFFSET line (see port-macppc/10265).


# 1.97 16-May-2001 tsubai

Add AirMac frontend.


Revision tags: thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.96 04-Apr-2001 manu

Cosmetic change


# 1.95 03-Apr-2001 manu

Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports


# 1.94 01-Apr-2001 tsubai

Remove gpio. It's not a time to use separate gpio node yet.


# 1.93 05-Mar-2001 tsubai

branches: 1.93.2;
Add awi* at pcmcia.


# 1.92 27-Feb-2001 matt

Enable a fix so that PowerBook(FireWire) keyboards work. This
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.


# 1.91 16-Jan-2001 augustss

Add uyap.


# 1.90 08-Jan-2001 nathanw

The "#auvia" line was removed from this config; remove the "#audio* at
auvia?" line as well.


# 1.89 21-Dec-2000 tsutsui

Add tlp at pci.

"options TLP_MATCH_21?4?" are still commented out.


# 1.88 20-Dec-2000 tsutsui

Add atapibus at pciide.


# 1.87 19-Dec-2000 bouyer

Add pseudo-device vlan


# 1.86 09-Dec-2000 mjacob

Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


# 1.85 01-Dec-2000 kei

fix a typo in comment. remove a whitespace at the end of line.


# 1.84 14-Nov-2000 matt

Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC


# 1.83 14-Nov-2000 augustss

Add uscanner.


# 1.82 07-Nov-2000 matt

Switch from the old yucky ncr to the new good siop driver for 53c8xx.


# 1.81 01-Nov-2000 mycroft

Enable DDB history by default.


# 1.80 01-Nov-2000 mycroft

Actually attach the audio device...


# 1.79 01-Nov-2000 mycroft

Add awacs.


# 1.78 29-Sep-2000 tsutsui

Add sip* at pci.


# 1.77 24-Sep-2000 jdolecek

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant


# 1.76 13-Aug-2000 itojun

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.


# 1.75 01-Aug-2000 tsubai

Enable rnd.


# 1.74 25-Jul-2000 wrstuden

We don't need to include the # VIA VT82C686A integrated AC'97 Audio as it
is integrated into the Southbridge on a number of i386 motherboards - we
won't be seeing that in a mac. :-)


# 1.73 25-Jul-2000 wrstuden

Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.


# 1.72 30-Jun-2000 itojun

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized


# 1.71 22-Jun-2000 fvdl

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


Revision tags: netbsd-1-5-base
# 1.70 14-Jun-2000 veego

branches: 1.70.2;
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.


# 1.69 11-Jun-2000 tsubai

Enable DMA transfer on obio IDE.


# 1.68 09-Jun-2000 tsubai

Add cy* at pci.


# 1.67 09-Jun-2000 wrstuden

Add commented-out entry for Cyclades-Z pci serial ports.


Revision tags: minoura-xpg4dl-base
# 1.66 26-May-2000 tsutsui

branches: 1.66.2;
Add epic* at pci.


# 1.65 25-May-2000 tsutsui

Add fxp* at pci.


# 1.64 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.63 25-Apr-2000 tsubai

Add ex* at pci and rtk* at pci.


# 1.62 19-Apr-2000 haya

Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.


# 1.61 19-Apr-2000 itojun

add stf pseudo interface (commented out due to possible security risks)


# 1.60 03-Apr-2000 augustss

Add atapibus* at umass?


# 1.59 26-Mar-2000 tsubai

Enable gmac ethernet.


# 1.58 22-Mar-2000 cgd

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.


# 1.57 29-Feb-2000 simonb

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.


# 1.56 27-Feb-2000 tsubai

Add gmac. (commented out)


# 1.55 26-Feb-2000 oster

Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.


# 1.54 14-Feb-2000 tsubai

Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.


Revision tags: chs-ubc2-newbase
# 1.53 09-Feb-2000 tsubai

Add wsfont options.


# 1.52 08-Feb-2000 tsubai

Add missing locators.
Add tlp at cardbus.


# 1.51 03-Feb-2000 tsubai

* Split bandit and grackle.
* Add UniNorth support.

Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...


# 1.50 25-Jan-2000 tsubai

Add PHYs.


# 1.49 25-Jan-2000 augustss

Update for the ucom(4) addition.


# 1.48 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.47 20-Jan-2000 wrstuden

Add overlay to kernel configs.


# 1.46 17-Jan-2000 augustss

Add USB-Ethernet adapters.


# 1.45 26-Dec-1999 tsutsui

Oops, forgot to add scsibus* at ncr?


# 1.44 26-Dec-1999 tsutsui

Add ncr* at pci?


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.43 21-Nov-1999 itojun

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?


# 1.42 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.41 08-Nov-1999 mycroft

branches: 1.41.2;
Kill wsmux. DIE DIE DIE!


# 1.40 08-Nov-1999 mycroft

Disable wsmux for now.


# 1.39 15-Oct-1999 tsubai

branches: 1.39.2; 1.39.4;
Enable com* at pcmcia.


# 1.38 15-Oct-1999 tsubai

Add cardbus support.


# 1.37 19-Sep-1999 matt

branches: 1.37.2;
Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to
the GENERIC config file.


# 1.36 09-Sep-1999 augustss

Add uaudio driver.


# 1.35 29-Aug-1999 thorpej

Add `umass'.


# 1.34 16-Aug-1999 augustss

Add umodem device.


# 1.33 05-Aug-1999 tsubai

Add mediabay.


Revision tags: chs-ubc2-base
# 1.32 29-Jul-1999 augustss

Make two wsmux pseudo devices and add mux locators.


# 1.31 29-Jul-1999 augustss

It's time to be COMPAT_14.


# 1.30 20-Jul-1999 christos

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!


# 1.29 07-May-1999 wrstuden

BusLogic cards seem to work in my G3. :-)


# 1.28 06-May-1999 wrstuden

Add pciide config info.


Revision tags: netbsd-1-4-base
# 1.27 01-Apr-1999 tsubai

branches: 1.27.2;
Enable "de".


# 1.26 22-Feb-1999 tsubai

Add MESH SCSI driver.
Sort entries.


# 1.25 04-Feb-1999 tsubai

Uncomment PCI-PCI bridges.


# 1.24 17-Jan-1999 tsubai

Add bmac ethernet.


# 1.23 06-Jan-1999 thorpej

Add pcscp driver.


# 1.22 29-Dec-1998 tsubai

Add USB.


# 1.21 28-Dec-1998 tsubai

Configure only one wskbd/wsmouse.


# 1.20 10-Dec-1998 tsubai

Add wd and atapi.


Revision tags: kenh-if-detach-base
# 1.19 25-Nov-1998 hwr

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.


# 1.18 22-Nov-1998 tsubai

Fix typo.


# 1.17 16-Nov-1998 oster

Added a (commented out) configuration line for the RAIDframe device driver.


Revision tags: chs-ubc-base
# 1.16 28-Oct-1998 dante

Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.


# 1.15 18-Oct-1998 tsubai

Add wsmouse support.


# 1.14 14-Oct-1998 tsubai

Sync to ``POWERMAC'' config.


# 1.13 13-Oct-1998 tsubai

ADB change.


Revision tags: eeh-paddr_t-base
# 1.12 29-Jul-1998 tsubai

Use ite for screen console by default until wscons support.


# 1.11 29-Jul-1998 thorpej

Use a std options file, like other ports do.


# 1.10 28-Jul-1998 thorpej

Ah, we use a _different_ ofcons; rename it macofcons to avoid the
name collision.


# 1.9 28-Jul-1998 thorpej

ofcons attaches to ofbus, not pci! Comment it out, since we do not have
any ofbus support in these configurations.


# 1.8 28-Jul-1998 thorpej

Support NFS_BOOT_DHCP.


# 1.7 03-Jul-1998 tsubai

Add nvram device support.


# 1.6 02-Jul-1998 tsubai

Console support.


# 1.5 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.4 24-Jun-1998 tsubai

Add memory disk support.


# 1.3 21-Jun-1998 tsubai

Stop using "options FIRMWORKSBUGS".


# 1.2 29-May-1998 tsubai

Use arch/powerpc/.


# 1.1 15-May-1998 tsubai

Initial import of macppc port.