Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/macppc/conf/GENERIC
RevisionDateAuthorComments
 1.386  12-Aug-2025  macallan add drivebay driver
 1.385  28-Jul-2025  macallan - use xterm font instead of QVSS for more complete language support
- add siisata
- add lmenv at iic, found on Xserve G4
 1.384  20-Jul-2025  martin Enable PAX_MPROTECT
 1.383  20-Jul-2025  martin Enable PAX_ASLR
 1.382  16-Feb-2025  jakllsch Add and enable WSDISPLAY_SCROLLSUPPORT in non-INSTALLish macppc kernels

Also, fix the whitespace of this line in the GENERIC_601 kernel where it
was already enabled.
 1.381  16-Feb-2025  jakllsch Add and enable WSDISPLAY_CUSTOM_OUTPUT in macppc non-INSTALL kernels.

Indirectly addresses PR 59079 by allowing userland control of default
colors of wsemul wsdisplays.
 1.380  02-Apr-2024  charlotte branches: 1.380.2;
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
 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
 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.
 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.
 1.367  24-Apr-2020  macallan add sudden motion sensor 'driver'.
 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
 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
 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.
 1.360  10-Jan-2020  macallan add lmu driver
 1.359  08-Jan-2020  macallan add lmtemp, found in some late powerbooks
 1.358  01-Nov-2019  macallan branches: 1.358.2;
add psoc driver
 1.357  16-Sep-2019  macallan add ktm at adb driver
 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.
 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.
 1.350  12-Dec-2018  maxv Remove references to "lmc" in the kernel configurations.
 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).
 1.347  02-Jun-2018  sevan branches: 1.347.2;
Enabled IPsec & ipsecif(4) support by default.

ok macallan
 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.
 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
 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
 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.
 1.329  24-May-2017  christos branches: 1.329.2;
rename u3ginit driver to umodeswitch
 1.328  26-Feb-2017  rin Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.
 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.
 1.323  20-Nov-2016  macallan add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518
 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
 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.)
 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".
 1.312  23-Oct-2013  macallan branches: 1.312.4;
add gffb, tweak comments
 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.
 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
 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.
 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.
 1.298  10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 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.
 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.
 1.293  30-Jul-2011  jakllsch branches: 1.293.2;
Add uplcom(4) and uftdi(4).
 1.292  30-Jun-2011  wiz dependant -> dependent
 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.
 1.288  03-Jan-2011  tsutsui branches: 1.288.2; 1.288.4;
Xref module(7) in comments.
 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.
 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.
 1.280  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 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
 1.278  18-Jan-2010  jmmv branches: 1.278.2;
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.
 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.
 1.276  24-Jan-2009  mrg add COMPAT_50 to all the configs with COMPAT_40.
 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
 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@.
 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
 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.
 1.264  30-May-2008  tsutsui branches: 1.264.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.263  31-Dec-2007  ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12;
Remove systrace. Ok core@.
 1.262  07-Nov-2007  macallan branches: 1.262.6;
add r128fb at pci
 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.
 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.
 1.259  21-Aug-2007  kiyohara branches: 1.259.2; 1.259.4; 1.259.6;
Add slhci at pcmcia.
And reorder.
 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).
 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.
 1.252  15-Feb-2007  macallan branches: 1.252.2;
add battery at pmu
 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
 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
 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.
 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)
 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).
 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".
 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).
 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).
 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).
 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.
 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.
 1.195  15-Apr-2005  itohy Add ukyopon(4).
 1.194  18-Feb-2005  dsl branches: 1.194.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 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.
 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.
 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.
 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
 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).
 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.
 1.149  22-Nov-2002  wiz Fix typo (responsiness -> responsiveness).
 1.148  30-Oct-2002  manu Added COMPAT_MACH and EXEC_MACHO
 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.
 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.
 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.
 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?
 1.123  07-Mar-2002  wiz Add commented out option OFB_ENABLE_CACHE (speeds up text display on
the console).
 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).
 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..
 1.110  12-Sep-2001  manu branches: 1.110.2; 1.110.4;
Linux emulation is no longer experimental, removed comment
 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.
 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.
 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.
 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.
 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?
 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.
 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.
 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.
 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.
 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.
 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.
 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.27.2.2  03-Jun-2000  he Apply patch (requested by he):
Disable the UNION file system, to avoid a repeat of the 1.4.1
and 1.4.2 LAST_MINUTE changes. It is reportedly buggy, and can
be used by ordinary users to crash the system.
 1.27.2.1  06-May-1999  perry branches: 1.27.2.1.2;
pullup 1.27->1.28 (wrstuden)
 1.27.2.1.2.2  02-Aug-1999  thorpej Update from trunk.
 1.27.2.1.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.37.2.2  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.37.2.1  21-Dec-1999  wrstuden Initial commit of recent changes to make DEV_BSIZE go away.

Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.

cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.

Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".
 1.39.4.1  15-Nov-1999  fvdl Sync with -current
 1.39.2.10  21-Apr-2001  bouyer Sync with HEAD
 1.39.2.9  02-Apr-2001  bouyer ahc compiles now, and it works on sparc64 so I can't see why it wouldn't
work on something else :)
 1.39.2.8  28-Mar-2001  bouyer ahc not ready yet.
 1.39.2.7  12-Mar-2001  bouyer Sync with HEAD.
 1.39.2.6  18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.39.2.5  05-Jan-2001  bouyer Sync with HEAD
 1.39.2.4  13-Dec-2000  bouyer Sync with HEAD (for UBC fixes).
 1.39.2.3  08-Dec-2000  bouyer Sync with HEAD.
 1.39.2.2  22-Nov-2000  bouyer Sync with HEAD.
 1.39.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.41.2.2  08-Nov-1999  mycroft Kill wsmux. DIE DIE DIE!
 1.41.2.1  08-Nov-1999  mycroft file GENERIC was added on branch comdex-fall-1999 on 1999-11-08 06:17:43 +0000
 1.66.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.70.2.7  22-Apr-2002  he Apply patch (requested by briggs):
Set BUFPAGES to 1024 to be able to boot on large-memory machines,
and squeeze INSTALL so that there is enough room on the boot
floppy.
 1.70.2.6  05-Jan-2002  he Pull up revision 1.89 (requested by mbw):
Add the tlp(4) driver to GENERIC, and make the choice of the
de(4) driver vs. the tlp(4) driver consistent between the INSTALL
and GENERIC kernels. The choice is to use the de(4) driver for
the DEC-based Tulip cards, and tlp(4) for the Tulip clones
supported by that driver.
 1.70.2.5  01-May-2001  he Pull up revision 1.87 (via patch, requested by he):
Add pseudo-device vlan.
Make sure "rnd is EXPERIMENTAL" comment is removed.
 1.70.2.4  04-Feb-2001  he Pull up revisions 1.79-1.80 (requested by mycroft):
Add new driver for Apple sound chip.
 1.70.2.3  01-Nov-2000  tv Pullup 1.73-1.75 and 1.78 [mycroft]:
Fix half-committed pullup; `rnd' is no longer `experimental', so remove
the comment. Add generic PCI Ethernet and audio devices.
 1.70.2.2  04-Oct-2000  itojun pullup (approved by releng-1-5)

enable rnd device. they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.

cvs rdiff -r1.166 -r1.167 syssrc/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/conf/GENERIC
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/atari/conf/GENERIC
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.80 -r1.81 syssrc/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/x68k/conf/GENERIC
 1.70.2.1  23-Jun-2000  fvdl As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.
 1.93.2.2  21-Jun-2001  nathanw Catch up to -current.
 1.93.2.1  09-Apr-2001  nathanw Catch up with -current.
 1.103.2.8  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.103.2.7  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.103.2.6  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.103.2.5  16-Mar-2002  jdolecek Catch up with -current.
 1.103.2.4  11-Feb-2002  jdolecek Sync w/ -current.
 1.103.2.3  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.103.2.2  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.103.2.1  25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.109.2.1  01-Oct-2001  fvdl Catch up with -current.
 1.110.4.13  15-Jan-2003  thorpej Sync with HEAD.
 1.110.4.12  11-Dec-2002  thorpej Sync with HEAD.
 1.110.4.11  11-Nov-2002  nathanw Catch up to -current
 1.110.4.10  18-Oct-2002  nathanw Catch up to -current.
 1.110.4.9  27-Aug-2002  nathanw Catch up to -current.
 1.110.4.8  01-Aug-2002  nathanw Catch up to -current.
 1.110.4.7  20-Jun-2002  nathanw Catch up to -current.
 1.110.4.6  17-Apr-2002  nathanw Catch up to -current.
 1.110.4.5  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.110.4.4  28-Feb-2002  nathanw Catch up to -current.
 1.110.4.3  11-Jan-2002  nathanw More catchup.
 1.110.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.110.4.1  12-Sep-2001  nathanw file GENERIC was added on branch nathanw_sa on 2002-01-08 00:26:09 +0000
 1.110.2.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.129.4.7  26-Oct-2005  jmc Pullup (via patch) requested in ticket #5754 by itohy

Provide a backport for ukyopon(4) and pullup umodem(4) updates.
 1.129.4.6  19-Jun-2003  grant Pull up revision 1.140 (requested by aymeric in ticket #1324):

add (commented out) option WSDISPLAY_COMPAT_RAWKBD
 1.129.4.5  19-Jun-2003  grant Pull up revision 1.157 (requested by hamajima in ticket #1323):

Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD
 1.129.4.4  24-Oct-2002  lukem Pull up upgrade to IPfilter 3.4.29 (requested by martti in ticket #905).
Affected files & revisions:

dist/ipf/HISTORY 1.14
dist/ipf/fils.c 1.17-1.21
dist/ipf/ipf.c 1.11-1.13
dist/ipf/ipfs.c 1.8-1.10
dist/ipf/ipft_ef.c 1.6-1.7
dist/ipf/ipft_td.c 1.6-1.7
dist/ipf/ipft_tx.c 1.7-1.8
dist/ipf/ipmon.c 1.12-1.17
dist/ipf/ipnat.c 1.11-1.12
dist/ipf/ipsend/ip_var.h 1.2
dist/ipf/ipsend/ipsend.c 1.8
dist/ipf/ipsend/iptests.c 1.5
dist/ipf/ipt.c 1.8-1.10
dist/ipf/kmem.c 1.8-1.10
dist/ipf/man/ipf.4 1.10
dist/ipf/man/ipf.5 1.8
dist/ipf/man/ipftest.1 1.3
dist/ipf/man/ipmon.8 1.10
dist/ipf/man/ipnat.5 1.9-1.10
dist/ipf/man/ipnat.8 1.4
dist/ipf/misc.c 1.7
dist/ipf/natparse.c 1.10
dist/ipf/parse.c 1.13
dist/ipf/printnat.c 1.8-1.10
dist/ipf/relay.c 1.5-1.6
dist/ipf/rules/example.9 1.2
etc/rc.d/ipnat 1.8
regress/sys/kern/ipf/Makefile 1.3-1.4
regress/sys/kern/ipf/dotest6 1.2
regress/sys/kern/ipf/expected/f13 1.1.1.2
regress/sys/kern/ipf/expected/i12 1.1.1.1
regress/sys/kern/ipf/expected/ni3 1.1.1.1
regress/sys/kern/ipf/expected/ni5 1.2
regress/sys/kern/ipf/input/f13 1.1.1.2
regress/sys/kern/ipf/input/ipv6.1 1.1.1.1
regress/sys/kern/ipf/input/ni3 1.1.1.1
regress/sys/kern/ipf/regress/i12 1.1.1.1
regress/sys/kern/ipf/regress/ipv6.1 1.1.1.1
regress/sys/kern/ipf/regress/ni3.ipf 1.1.1.1
regress/sys/kern/ipf/regress/ni3.nat 1.1.1.1
sys/arch/alpha/conf/ALPHA 1.169,1.171
sys/arch/amiga/conf/GENERIC 1.185-1.186
sys/arch/arc/conf/GENERIC 1.71-1.72
sys/arch/atari/conf/GENERIC.in 1.24-1.25
sys/arch/cats/conf/GENERIC 1.31-1.32
sys/arch/cobalt/conf/GENERIC 1.34-1.35
sys/arch/hp300/conf/GENERIC 1.83-1.84
sys/arch/i386/conf/CARDBUS 1.66-1.67
sys/arch/i386/conf/GENERIC 1.510,1.512
sys/arch/i386/conf/GENERIC_LAPTOP 1.58-1.59
sys/arch/i386/conf/GENERIC_PS2TINY 1.19-1.20
sys/arch/i386/conf/GENERIC_TINY 1.47-1.48
sys/arch/luna68k/conf/GENERIC 1.33-1.33
sys/arch/mac68k/conf/GENERIC 1.130-1.131
sys/arch/mac68k/conf/GENERICSBC 1.21-1.22
sys/arch/mac68k/conf/SMALLRAM 1.4-1.5
sys/arch/macppc/conf/GENERIC 1.142-1.143
sys/arch/mipsco/conf/GENERIC 1.21-1.22
sys/arch/mmeye/conf/GENERIC 1.44-1.45
sys/arch/news68k/conf/GENERIC 1.36-1.37
sys/arch/news68k/conf/GENERIC_TINY 1.18-1.19
sys/arch/newsmips/conf/GENERIC 1.50-1.51
sys/arch/ofppc/conf/GENERIC 1.56-1.57
sys/arch/pmax/conf/GENERIC 1.103-1.104
sys/arch/prep/conf/GENERIC 1.55-1.56
sys/arch/sbmips/conf/GENERIC 1.11-1.12
sys/arch/sgimips/conf/GENERIC 1.7-1.8
sys/arch/sparc/conf/GENERIC 1.138-1.139
sys/arch/sparc64/conf/GENERIC32 1.46-1.47
sys/arch/vax/conf/GENERIC 1.102-1.103
sys/arch/x68k/conf/ALL 1.55-1.56
sys/arch/x68k/conf/GENERIC 1.80-1.81
sys/lkm/netinet/if_ipl/mln_ipl.c 1.29
sys/netinet/fil.c 1.57-1.58
sys/netinet/ip_auth.c 1.29-1.30
sys/netinet/ip_compat.h 1.30-1.31
sys/netinet/ip_fil.c 1.81-1.86
sys/netinet/ip_fil.h 1.46-1.49
sys/netinet/ip_frag.c 1.33-1.34
sys/netinet/ip_frag.h 1.18
sys/netinet/ip_ftp_pxy.c 1.25-1.26
sys/netinet/ip_h323_pxy.c 1.5-1.6
sys/netinet/ip_log.c 1.22-1.23
sys/netinet/ip_nat.c 1.51-1.53
sys/netinet/ip_nat.h 1.27
sys/netinet/ip_netbios_pxy.c 1.4
sys/netinet/ip_proxy.c 1.35-1.36
sys/netinet/ip_proxy.h 1.18
sys/netinet/ip_state.c 1.41-1.42
sys/netinet/ip_state.h 1.23
sys/netinet/ipl.h 1.14
 1.129.4.3  01-Aug-2002  lukem Pull up revision 1.131 (requested by lukem in ticket #312):
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.129.4.2  15-Jul-2002  thorpej pullup-1-6 ticket #493 (matt).

Original log message:
Make the gem driver the default now, not the macppc specific gm.
 1.129.4.1  10-Jun-2002  tv Pull up revision 1.130 (requested by 209 in ticket #0):
Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.
 1.129.2.3  31-Aug-2002  gehenna catch up with -current.
 1.129.2.2  16-Jul-2002  gehenna catch up with -current.
 1.129.2.1  14-Jul-2002  gehenna catch up with -current.
 1.158.2.13  11-Dec-2005  christos Sync with head.
 1.158.2.12  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.158.2.11  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.158.2.10  15-Feb-2005  skrll Sync with HEAD.
 1.158.2.9  04-Feb-2005  skrll Sync with HEAD.
 1.158.2.8  24-Jan-2005  skrll Sync with HEAD.
 1.158.2.7  17-Jan-2005  skrll Sync with HEAD.
 1.158.2.6  29-Nov-2004  skrll Sync with HEAD.
 1.158.2.5  14-Nov-2004  skrll Sync with HEAD.
 1.158.2.4  02-Nov-2004  skrll Sync with HEAD.
 1.158.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.158.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.158.2.1  03-Aug-2004  skrll Sync with HEAD
 1.171.2.5  15-Jul-2004  he branches: 1.171.2.5.2;
Pull up revision 1.180 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.171.2.4  02-Jul-2004  he Pull up revision 1.179 (requested by bouyer in ticket #573):
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).
Fixes PR#25897 and PR#25898.
 1.171.2.3  30-Jun-2004  jdc Pull up revision 1.178 (requested by abs in ticket #567).

Add (commented out) ALTQ options to all GENERIC-like files
 1.171.2.2  24-Jun-2004  jmc Pullup rev 1.177 (requested by mrg in ticket #548)

Add re; Realtek GbE
 1.171.2.1  05-Apr-2004  tron Pull up revision 1.173 (requested by mrg in ticket #64):
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.171.2.5.2.2  21-Jul-2005  riz Pull up revision 1.195 (requested by itohy in ticket #1430):
Add ukyopon(4).
 1.171.2.5.2.1  02-Apr-2005  he Pull up revision 1.185 (requested by bouyer in ticket #1019):
Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of
controllers.
 1.186.2.1  29-Apr-2005  kent sync with -current
 1.190.2.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.190.2.1  12-Feb-2005  yamt sync with head.
 1.194.4.8  03-Mar-2007  bouyer Pull up following revision(s) (requested by tsutsui in ticket #1673):
distrib/sets/lists/man/mi 1.844, 1.871
share/man/man4/Makefile 1.372, 1.379 via patch
share/man/man4/re.4 1.8, 1.9, 1.11, 1.12
share/man/man4/rgephy.4 1.1
share/man/man4/rlphy.4 1.1, 1.2
sys/arch/amd64/conf/GENERIC 1.79, 1.89
sys/arch/amd64/conf/INSTALL 1.45, 1.49
sys/arch/i386/conf/GENERIC 1.717, 1.747
sys/arch/i386/conf/GENERIC_LAPTOP 1.164
sys/arch/i386/conf/INSTALL 1.277, 1.283
sys/arch/i386/conf/INSTALL_LAPTOP 1.96, 1.98
sys/arch/i386/conf/XEN2_DOM0 1.22 via patch
sys/arch/macppc/conf/GENERIC 1.220, 1.246
sys/arch/macppc/conf/INSTALL 1.96, 1.100
sys/dev/cardbus/if_re_cardbus.c 1.10
sys/dev/cardbus/if_rtk_cardbus.c 1.29-1.31
sys/dev/ic/rtl8169.c 1.14, 1.20, 1.24, 1.25, 1.28-1.61, 1.63, 1.64-1.81 via patch
sys/dev/ic/rtl81x9.c 1.52, 1.54-1.63, 1.65, 1.67-1.70
sys/dev/ic/rtl81x9reg.h 1.15-1.26
sys/dev/ic/rtl81x9var.h 1.19, 1.21-1.37
sys/dev/mii/files.mii 1.38
sys/dev/mii/miidevs 1.62, 1.64
sys/dev/mii/rgephy.c 1.10, 1.13-1.16
sys/dev/mii/rlphy.c 1.1, 1.6, 1.7, 1.11 via patch
sys/dev/pci/if_re_pci.c 1.13, 1.15-1.17, 1.19-1.23
sys/dev/pci/if_rtk_pci.c 1.25, 1.28, 1.29, 1.31
sys/dev/pci/pcidevs 1.851, 1.852

on re(4):
- improve stability (I believe ;-)
- add a workaround for hardware ip4csum-tx bug
- support newer chips (8169SB/SC, PCIe based 8168 etc.)
- fix 8139C+ support
- enable hardware VLAN
- misc bus_dma(9) fix (which makes re(4) work on mips ports)

on rtk(4):
- fix kern/31348
- fix possible panic on dreamcast
 1.194.4.7  05-Nov-2005  tron Pull up following revision(s) (requested by chs in ticket #929):
sys/arch/hp300/conf/GENERIC: revision 1.124
sys/arch/acorn32/conf/GENERIC: revision 1.62
sys/arch/pdp10/conf/GENERIC: revision 1.19
sys/arch/mvme68k/conf/GENERIC: revision 1.61
sys/arch/netwinder/conf/GENERIC: revision 1.70
sys/arch/sbmips/conf/GENERIC: revision 1.46
sys/arch/macppc/conf/GENERIC: revision 1.214
sys/arch/bebox/conf/GENERIC: revision 1.89
sys/arch/cobalt/conf/GENERIC: revision 1.83
sys/arch/cats/conf/GENERIC: revision 1.92
sys/arch/shark/conf/GENERIC: revision 1.53
sys/arch/amiga/conf/GENERIC.in: revision 1.45
sys/arch/acorn26/conf/GENERIC: revision 1.37
sys/arch/cesfic/conf/GENERIC: revision 1.38
sys/arch/iyonix/conf/GENERIC: revision 1.21
sys/arch/alpha/conf/GENERIC: revision 1.277
sys/arch/vax/conf/GENERIC: revision 1.143
sys/arch/atari/conf/GENERIC.in: revision 1.56
sys/arch/mipsco/conf/GENERIC: revision 1.53
sys/arch/ofppc/conf/GENERIC: revision 1.85
sys/arch/next68k/conf/GENERIC: revision 1.96
sys/arch/arc/conf/GENERIC: revision 1.125
sys/arch/dreamcast/conf/GENERIC: revision 1.62
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.
 1.194.4.6  14-Aug-2005  riz Pull up revision 1.204 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
 1.194.4.5  18-Jul-2005  riz Pull up revision 1.202 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.
 1.194.4.4  09-Jun-2005  snj Pull up revision 1.196 (requested by tron in ticket #427):
Remove unnecessary per-driver scsibus attachments and use
"scsibus* at scsi?" instead.
 1.194.4.3  09-Jun-2005  snj Pull up revision 1.198 (requested by tron in ticket #426):
RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.
 1.194.4.2  01-Jun-2005  riz Pull up revision 1.197 (requested by tron in ticket #362):
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.194.4.1  17-Apr-2005  tron Pull up revision 1.195 (requested by itohy in ticket #160):
Add ukyopon(4).
 1.201.2.7  21-Jan-2008  yamt sync with head
 1.201.2.6  15-Nov-2007  yamt sync with head.
 1.201.2.5  27-Oct-2007  yamt sync with head.
 1.201.2.4  03-Sep-2007  yamt sync with head.
 1.201.2.3  26-Feb-2007  yamt sync with head.
 1.201.2.2  30-Dec-2006  yamt sync with head.
 1.201.2.1  21-Jun-2006  yamt sync with head.
 1.214.2.1  29-Nov-2005  yamt sync with head.
 1.219.2.3  18-Feb-2006  yamt sync with head.
 1.219.2.2  01-Feb-2006  yamt sync with head.
 1.219.2.1  15-Jan-2006  yamt sync with head.
 1.221.2.1  09-Sep-2006  rpaulo sync with head
 1.222.2.1  22-Apr-2006  simonb Sync with head.
 1.228.6.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.228.4.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.228.2.3  03-Sep-2006  yamt sync with head.
 1.228.2.2  11-Aug-2006  yamt sync with head
 1.228.2.1  01-Apr-2006  yamt sync with head.
 1.230.2.2  22-Sep-2006  riz Pull up following revision(s) (requested by tsutsui in ticket #170):
sys/arch/sparc64/conf/GENERIC: revision 1.63
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54
sys/arch/next68k/conf/GENERIC: revision 1.105
sys/arch/ews4800mips/conf/GENERIC: revision 1.12
sys/arch/arc/conf/GENERIC: revision 1.142
sys/arch/sun3/conf/GENERIC3X: revision 1.91
sys/arch/amd64/conf/GENERIC: revision 1.105
sys/arch/sun2/conf/GENERIC: revision 1.58
sys/arch/amiga/conf/GENERIC.in: revision 1.55
sys/arch/mac68k/conf/GENERIC: revision 1.175
sys/arch/acorn26/conf/GENERIC: revision 1.46
sys/arch/shark/conf/GENERIC: revision 1.65
sys/arch/cesfic/conf/GENERIC: revision 1.45
sys/arch/sandpoint/conf/GENERIC: revision 1.36
sys/arch/iyonix/conf/GENERIC: revision 1.32
sys/arch/mvme68k/conf/GENERIC: revision 1.69
sys/arch/evbarm/conf/ARMADILLO210: revision 1.3
sys/arch/vax/conf/GENERIC: revision 1.154
sys/arch/mipsco/conf/GENERIC: revision 1.61
sys/arch/evbarm/conf/ARMADILLO9: revision 1.14
sys/arch/cobalt/conf/GENERIC: revision 1.103
sys/arch/ofppc/conf/GENERIC: revision 1.94
sys/arch/hp700/conf/GENERIC: revision 1.69
sys/arch/playstation2/conf/GENERIC: revision 1.8
sys/arch/dreamcast/conf/GENERIC: revision 1.73
sys/arch/news68k/conf/GENERIC: revision 1.81
sys/arch/macppc/conf/GENERIC: revision 1.234
sys/arch/hp300/conf/GENERIC: revision 1.134
sys/arch/mmeye/conf/GENERIC: revision 1.83
sys/arch/ibmnws/conf/GENERIC: revision 1.26
sys/arch/cats/conf/GENERIC: revision 1.109
sys/arch/sparc/conf/GENERIC: revision 1.191
sys/arch/pdp10/conf/GENERIC: revision 1.27
sys/arch/acorn32/conf/GENERIC: revision 1.75
sys/arch/luna68k/conf/GENERIC: revision 1.74
sys/arch/bebox/conf/GENERIC: revision 1.101
sys/arch/pmax/conf/GENERIC: revision 1.148
sys/arch/x68k/conf/GENERIC: revision 1.130
sys/arch/sun3/conf/GENERIC: revision 1.134
sys/arch/prep/conf/GENERIC: revision 1.126
sys/arch/alpha/conf/GENERIC: revision 1.293
sys/arch/newsmips/conf/GENERIC: revision 1.94
sys/arch/netwinder/conf/GENERIC: revision 1.83
sys/arch/hpcsh/conf/GENERIC: revision 1.69
sys/arch/sbmips/conf/GENERIC: revision 1.55
sys/arch/pc532/conf/GENERIC: revision 1.65
sys/arch/hpcmips/conf/GENERIC: revision 1.192
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
 1.230.2.1  14-Aug-2006  tron Pull up following revision(s) (requested by elad in ticket #17):
sys/arch/sparc/conf/KRUPS: revision 1.38
sys/arch/i386/conf/XEN2_DOMU: revision 1.2
sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53
sys/arch/evbsh5/conf/SIMULATOR: revision 1.12
sys/arch/sparc/conf/MRCOFFEE: revision 1.17
sys/arch/next68k/conf/GENERIC: revision 1.104
sys/arch/i386/conf/VIRTUALPC: revision 1.44
sys/arch/ews4800mips/conf/GENERIC: revision 1.11
sys/arch/evbsh5/conf/CAYMAN: revision 1.23
sys/arch/arc/conf/GENERIC: revision 1.141
sys/arch/amd64/conf/GENERIC: revision 1.103
sys/arch/sun3/conf/GENERIC3X: revision 1.90
sys/arch/evbarm/conf/HDL_G: revision 1.3
sys/arch/sun2/conf/GENERIC: revision 1.57
sys/arch/news68k/conf/GENERIC_TINY: revision 1.51
sys/arch/evbppc/conf/EXPLORA451: revision 1.27
sys/arch/amiga/conf/GENERIC.in: revision 1.54
sys/arch/mac68k/conf/GENERIC: revision 1.174
sys/arch/acorn26/conf/GENERIC: revision 1.45
sys/arch/shark/conf/GENERIC: revision 1.64
sys/arch/cesfic/conf/GENERIC: revision 1.44
sys/arch/mvme68k/conf/GENERIC: revision 1.68
sys/arch/i386/conf/XEN2_DOM0: revision 1.4
sys/arch/atari/conf/GENERIC.in: revision 1.63
sys/arch/amiga/conf/GENERIC: revision 1.240
sys/arch/i386/conf/LAMB: revision 1.65
sys/arch/i386/conf/GENERIC: revision 1.773
sys/arch/acorn32/conf/EB7500ATX: revision 1.26
sys/arch/x68k/conf/GENERIC: revision 1.128
sys/arch/vax/conf/GENERIC: revision 1.153
sys/arch/atari/conf/ATARITT: revision 1.81
sys/arch/mipsco/conf/GENERIC: revision 1.60
sys/arch/cobalt/conf/GENERIC: revision 1.101
sys/arch/evbarm/conf/ARMADILLO9: revision 1.13
sys/arch/ofppc/conf/GENERIC: revision 1.93
sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51
sys/arch/arc/conf/RPC44: revision 1.26
sys/arch/sparc64/conf/GENERIC: revision 1.59
sys/arch/i386/conf/XEN3_DOMU: revision 1.2
sys/arch/hp700/conf/GENERIC: revision 1.68
sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47
sys/arch/macppc/conf/GENERIC: revision 1.231
sys/arch/dreamcast/conf/GENERIC: revision 1.72
sys/arch/news68k/conf/GENERIC: revision 1.80
sys/arch/hp300/conf/GENERIC: revision 1.133
sys/arch/mmeye/conf/GENERIC: revision 1.82
sys/arch/macppc/conf/MAMBO: revision 1.2
sys/arch/cats/conf/GENERIC: revision 1.107
sys/arch/atari/conf/FALCON: revision 1.79
sys/arch/acorn32/conf/GENERIC: revision 1.71
sys/arch/sparc/conf/GENERIC: revision 1.190
sys/arch/news68k/conf/LIBERO: revision 1.40
sys/arch/amiga/conf/DRACO: revision 1.114
sys/arch/cobalt/conf/INSTALL: revision 1.23
sys/arch/luna68k/conf/GENERIC: revision 1.73
sys/arch/bebox/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.147
sys/arch/amiga/conf/WSCONS: revision 1.52
sys/arch/macppc/conf/POWERMAC_G5: revision 1.2
sys/arch/alpha/conf/ALPHA: revision 1.218
sys/arch/sun3/conf/GENERIC: revision 1.133
sys/arch/prep/conf/GENERIC: revision 1.124
sys/arch/alpha/conf/GENERIC: revision 1.291
sys/arch/atari/conf/HADES: revision 1.71
sys/arch/newsmips/conf/GENERIC: revision 1.93
sys/arch/netwinder/conf/GENERIC: revision 1.82
sys/arch/hpcmips/conf/GENERIC: revision 1.190
sys/arch/amiga/conf/AMIGA: revision 1.98
sys/arch/sbmips/conf/GENERIC: revision 1.54
sys/arch/pc532/conf/GENERIC: revision 1.64
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53
Disable SYSTRACE by default on all kernels (discussed with core)
 1.235.4.2  10-Dec-2006  yamt sync with head.
 1.235.4.1  22-Oct-2006  yamt sync with head
 1.235.2.3  01-Feb-2007  ad Sync with head.
 1.235.2.2  12-Jan-2007  ad Sync with head.
 1.235.2.1  18-Nov-2006  ad Sync with head.
 1.246.4.1  03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.246.2.3  24-Mar-2009  bouyer Pullup the following revisions (requested by msaitoh in ticket #1284):
distrib/sets/lists/base/mi 1.706-707,1.797
distrib/sets/lists/man/mi 1.1006
etc/mtree/NetBSD.dist 1.340
share/man/man4/Makefile 1.432
sys/arch/amd64/conf/GENERIC 1.149 via patch
sys/arch/i386/conf/ALL 1.103
sys/arch/i386/conf/GENERIC 1.832
sys/arch/i386/conf/GENERIC_LAPTOP 1.237
sys/arch/macppc/conf/GENERIC 1.257
sys/arch/sparc64/conf/GENERIC 1.86
sys/dev/usb/usbdevs 1.468,1.479-480 via patch
sys/dev/usb/usbdevs.h regen
sys/dev/usb/usbdevs_data.h regen
sys/dev/microcode/Makefile 1.7
sys/dev/usb/files.usb patch
share/man/man4/zyd.4 1.1 via patch
sys/dev/microcode/zyd/Makefile 1.1-1.2
sys/dev/microcode/zyd/build.c 1.1
sys/dev/microcode/zyd/microcode.h 1.1
sys/dev/microcode/zyd/zd1211-license 1.1
sys/dev/microcode/zyd/zyd-zd1211 1.1
sys/dev/microcode/zyd/zyd-zd1211b 1.1
sys/dev/usb/if_zyd.c patch
sys/dev/usb/if_zydreg.h 1.1-1.2

Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device support
 1.246.2.2  31-Aug-2007  liamjfoy Pull up following (requested by macallan in ticket #853):

Comment out the radeonfb driver since it causes trouble on some
machines. Disable until I can fix it.
 1.246.2.1  05-Jun-2007  bouyer Pull up following revision(s) (requested by martin in ticket #699):
sys/arch/hpcmips/conf/GENERIC: revision 1.196
sys/arch/hp700/conf/GENERIC: revision 1.74
sys/arch/i386/conf/GENERIC: revision 1.831
sys/arch/next68k/conf/GENERIC: revision 1.108
sys/arch/alpha/conf/GENERIC: revision 1.313
sys/arch/arc/conf/GENERIC: revision 1.146
sys/arch/cats/conf/GENERIC: revision 1.115
sys/arch/ews4800mips/conf/GENERIC: revision 1.18
sys/arch/landisk/conf/GENERIC: revision 1.8 via patch
sys/arch/sparc64/conf/GENERIC: revision 1.85
sys/arch/pmax/conf/GENERIC: revision 1.152
sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch
sys/arch/amiga/conf/GENERIC: revision 1.245
sys/arch/vax/conf/GENERIC: revision 1.157
sys/arch/prep/conf/GENERIC: revision 1.135
sys/arch/pc532/conf/GENERIC: revision 1.70
sys/arch/sbmips/conf/GENERIC: revision 1.61
sys/arch/mipsco/conf/GENERIC: revision 1.65
sys/arch/cobalt/conf/GENERIC: revision 1.108
sys/arch/ofppc/conf/GENERIC: revision 1.98
sys/arch/amd64/conf/GENERIC: revision 1.148
sys/arch/acorn26/conf/GENERIC: revision 1.50
sys/arch/dreamcast/conf/GENERIC: revision 1.78
sys/arch/mac68k/conf/GENERIC: revision 1.181
sys/arch/hp300/conf/GENERIC: revision 1.139
sys/arch/mmeye/conf/GENERIC: revision 1.88
sys/arch/news68k/conf/GENERIC: revision 1.88
sys/arch/mvme68k/conf/GENERIC: revision 1.71
sys/arch/acorn32/conf/GENERIC: revision 1.79
sys/arch/sparc/conf/GENERIC: revision 1.199
sys/arch/luna68k/conf/GENERIC: revision 1.78
sys/arch/bebox/conf/GENERIC: revision 1.105
sys/arch/macppc/conf/GENERIC: revision 1.256 via patch
sys/arch/x68k/conf/GENERIC: revision 1.134
sys/arch/sun3/conf/GENERIC: revision 1.138
sys/arch/newsmips/conf/GENERIC: revision 1.98
Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).
 1.252.2.2  24-Mar-2007  yamt sync with head.
 1.252.2.1  12-Mar-2007  rmind Sync with HEAD.
 1.254.4.1  11-Jul-2007  mjf Sync with head.
 1.254.2.6  03-Dec-2007  ad Sync with HEAD.
 1.254.2.5  23-Oct-2007  ad Sync with head.
 1.254.2.4  09-Oct-2007  ad Sync with head.
 1.254.2.3  15-Jul-2007  ad Sync with head.
 1.254.2.2  09-Jun-2007  ad Sync with head.
 1.254.2.1  10-Apr-2007  ad Sync with head.
 1.255.6.8  03-Oct-2007  garbled Sync with HEAD
 1.255.6.7  07-Aug-2007  macallan switch to new ADB subsystem
 1.255.6.6  05-Aug-2007  macallan use genfb instead of ofb
 1.255.6.5  02-Aug-2007  macallan sync with HEAD
 1.255.6.4  26-Jun-2007  garbled Sync with HEAD.
 1.255.6.3  04-May-2007  macallan enable OpenPIC support
 1.255.6.2  02-May-2007  macallan enable Heathrow PIC support
 1.255.6.1  02-May-2007  macallan add options pfr various interrupt controllers, enable only PIC_OHARE
 1.258.8.4  11-Nov-2007  joerg Sync with HEAD.
 1.258.8.3  04-Nov-2007  jmcneill Sync with HEAD.
 1.258.8.2  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.258.8.1  03-Sep-2007  jmcneill Sync with HEAD.
 1.258.4.1  03-Sep-2007  skrll Sync with HEAD.
 1.259.6.2  13-Nov-2007  bouyer Sync with HEAD
 1.259.6.1  25-Oct-2007  bouyer Sync with HEAD.
 1.259.4.1  18-Oct-2007  yamt sync with head.
 1.259.2.3  09-Jan-2008  matt sync with HEAD
 1.259.2.2  08-Nov-2007  matt sync with -HEAD
 1.259.2.1  06-Nov-2007  matt sync with HEAD
 1.261.2.2  18-Feb-2008  mjf Sync with HEAD.
 1.261.2.1  19-Nov-2007  mjf Sync with HEAD.
 1.262.6.1  02-Jan-2008  bouyer Sync with HEAD
 1.263.12.3  10-Oct-2008  skrll Sync with HEAD.
 1.263.12.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.263.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.263.10.3  11-Aug-2010  yamt sync with head.
 1.263.10.2  11-Mar-2010  yamt sync with head
 1.263.10.1  04-May-2009  yamt sync with head.
 1.263.8.1  04-Jun-2008  yamt sync with head
 1.263.6.3  17-Jan-2009  mjf Sync with HEAD.
 1.263.6.2  28-Sep-2008  mjf Sync with HEAD.
 1.263.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.264.4.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.264.4.1  19-Oct-2008  haad Sync with HEAD.
 1.271.4.2  02-Mar-2009  snj Apply patch (requested by macallan in ticket #532):
radeonfb is not ready to be enabled by default.
 1.271.4.1  19-Feb-2009  snj Apply patch (requested by pooka in ticket #453):
Add puffs and putter to amd64, i386, macppc, and sparc64 GENERIC kernels.
 1.271.2.2  03-Mar-2009  skrll Sync with HEAD.
 1.271.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.278.2.2  17-Aug-2010  uebayasi Sync with HEAD.
 1.278.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.279.2.4  31-May-2011  rmind sync with head
 1.279.2.3  21-Apr-2011  rmind sync with head
 1.279.2.2  05-Mar-2011  rmind sync with head
 1.279.2.1  30-May-2010  rmind sync with head
 1.288.4.1  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.288.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.293.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.293.2.2  30-Oct-2012  yamt sync with head
 1.293.2.1  17-Apr-2012  yamt sync with head
 1.294.2.3  05-Apr-2012  mrg sync to latest -current.
 1.294.2.2  11-Mar-2012  mrg sync to latest -current
 1.294.2.1  18-Feb-2012  mrg merge to -current.
 1.297.4.1  01-Nov-2012  matt sync with netbsd-6-0-RELEASE.
 1.297.2.1  03-Sep-2012  riz Pull up following patch (requested by macallan in ticket #528):

Comment out radeonfb for the release, as it causes problems on some
hardware.
 1.303.2.5  03-Dec-2017  jdolecek update from HEAD
 1.303.2.4  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.303.2.3  23-Jun-2013  tls resync from head
 1.303.2.2  25-Feb-2013  tls resync with head
 1.303.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.310.2.2  18-May-2014  rmind sync with head
 1.310.2.1  28-Aug-2013  rmind sync with head
 1.312.4.4  03-Jan-2018  snj Pull up following revision(s) (requested by sevan in ticket #1546):
sys/arch/macppc/conf/GENERIC: revision 1.337 via patch
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
 1.312.4.3  15-May-2015  snj Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
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.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
 1.312.4.2  18-Nov-2014  snj Pull up following revision(s) (requested by manu in ticket #251):
sys/arch/acorn26/conf/GENERIC: revision 1.81
sys/arch/acorn32/conf/GENERIC: revision 1.116
sys/arch/alpha/conf/GENERIC: revision 1.362
sys/arch/amd64/conf/ALL: revision 1.23
sys/arch/amd64/conf/GENERIC: revision 1.404
sys/arch/amd64/conf/XEN3_DOM0: revision 1.112
sys/arch/amd64/conf/XEN3_DOMU: revision 1.60
sys/arch/amiga/conf/GENERIC.in: revision 1.129
sys/arch/amiga/conf/GENERIC: revision 1.311
sys/arch/amigappc/conf/GENERIC: revision 1.24
sys/arch/arc/conf/GENERIC: revision 1.184
sys/arch/bebox/conf/GENERIC: revision 1.145
sys/arch/cats/conf/GENERIC: revision 1.155
sys/arch/cesfic/conf/GENERIC: revision 1.65
sys/arch/cobalt/conf/GENERIC: revision 1.147
sys/arch/dreamcast/conf/GENERIC: revision 1.121
sys/arch/emips/conf/GENERIC: revision 1.15
sys/arch/epoc32/conf/GENERIC: revision 1.8
sys/arch/ews4800mips/conf/GENERIC: revision 1.51
sys/arch/hp300/conf/GENERIC: revision 1.190
sys/arch/hpcmips/conf/GENERIC: revision 1.229
sys/arch/hpcsh/conf/GENERIC: revision 1.106
sys/arch/hppa/conf/GENERIC: revision 1.6
sys/arch/i386/conf/ALL: revision 1.389
sys/arch/i386/conf/GENERIC: revision 1.1118
sys/arch/i386/conf/XEN3_DOM0: revision 1.93
sys/arch/i386/conf/XEN3_DOMU: revision 1.65
sys/arch/ibmnws/conf/GENERIC: revision 1.46
sys/arch/iyonix/conf/GENERIC: revision 1.88
sys/arch/landisk/conf/GENERIC: revision 1.45
sys/arch/luna68k/conf/GENERIC: revision 1.119
sys/arch/mac68k/conf/GENERIC: revision 1.220
sys/arch/macppc/conf/GENERIC: revision 1.320
sys/arch/macppc/conf/MAMBO: revision 1.24
sys/arch/macppc/conf/POWERMAC_G5: revision 1.25
sys/arch/mipsco/conf/GENERIC: revision 1.88
sys/arch/mmeye/conf/GENERIC: revision 1.120
sys/arch/mvme68k/conf/GENERIC: revision 1.94
sys/arch/mvmeppc/conf/GENERIC: revision 1.24
sys/arch/netwinder/conf/GENERIC: revision 1.126
sys/arch/news68k/conf/GENERIC: revision 1.125
sys/arch/newsmips/conf/GENERIC: revision 1.129
sys/arch/next68k/conf/GENERIC: revision 1.139
sys/arch/ofppc/conf/GENERIC: revision 1.157
sys/arch/pmax/conf/GENERIC64: revision 1.21
sys/arch/pmax/conf/GENERIC: revision 1.185
sys/arch/prep/conf/GENERIC: revision 1.174
sys/arch/rs6000/conf/GENERIC: revision 1.33
sys/arch/sandpoint/conf/GENERIC: revision 1.88
sys/arch/sbmips/conf/GENERIC: revision 1.101
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106
sys/arch/shark/conf/GENERIC: revision 1.121
sys/arch/sparc/conf/GENERIC: revision 1.248
sys/arch/sparc/conf/TADPOLE3GX: revision 1.65
sys/arch/sparc64/conf/GENERIC: revision 1.177
sys/arch/sparc64/conf/NONPLUS64: revision 1.44
sys/arch/sun2/conf/GENERIC: revision 1.94
sys/arch/sun3/conf/GENERIC: revision 1.171
sys/arch/vax/conf/GENERIC: revision 1.193
sys/arch/vax/conf/VAX780: revision 1.19
sys/arch/x68k/conf/GENERIC: revision 1.179
sys/arch/zaurus/conf/GENERIC: revision 1.65
sys/ufs/files.ufs: revision 1.38
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.312.4.1  14-Nov-2014  martin Pull up following revision(s) (requested by manu in ticket #232):
sys/arch/next68k/conf/GENERIC: revision 1.138
sys/arch/cobalt/conf/GENERIC: revision 1.146
sys/arch/mvme68k/conf/GENERIC: revision 1.93
sys/arch/vax/conf/VAX780: revision 1.18
sys/arch/newsmips/conf/GENERIC: revision 1.128
sys/arch/luna68k/conf/GENERIC: revision 1.118
sys/arch/sbmips/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.184
sys/arch/alpha/conf/GENERIC: revision 1.361
sys/arch/sparc64/conf/GENERIC: revision 1.176
sys/arch/sun3/conf/GENERIC: revision 1.170
sys/arch/shark/conf/GENERIC: revision 1.120
sys/arch/landisk/conf/GENERIC: revision 1.44
sys/arch/bebox/conf/GENERIC: revision 1.144
sys/arch/sparc64/conf/NONPLUS64: revision 1.43
sys/arch/sandpoint/conf/GENERIC: revision 1.87
sys/arch/emips/conf/GENERIC: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
sys/arch/dreamcast/conf/GENERIC: revision 1.120
sys/arch/cesfic/conf/GENERIC: revision 1.64
sys/arch/mmeye/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.7
sys/arch/x68k/conf/GENERIC: revision 1.178
sys/arch/iyonix/conf/GENERIC: revision 1.87
sys/arch/sun2/conf/GENERIC: revision 1.93
sys/arch/ews4800mips/conf/GENERIC: revision 1.50
sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
sys/arch/acorn26/conf/GENERIC: revision 1.80
sys/arch/acorn32/conf/GENERIC: revision 1.115
sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
sys/arch/i386/conf/GENERIC: revision 1.1117
sys/arch/arc/conf/GENERIC: revision 1.183
sys/arch/cats/conf/GENERIC: revision 1.154
sys/arch/amiga/conf/GENERIC.in: revision 1.128
sys/arch/zaurus/conf/GENERIC: revision 1.64
sys/arch/netwinder/conf/GENERIC: revision 1.125
sys/arch/hppa/conf/GENERIC: revision 1.5
sys/arch/mvmeppc/conf/GENERIC: revision 1.23
sys/arch/macppc/conf/GENERIC: revision 1.319
sys/arch/amiga/conf/GENERIC: revision 1.310
sys/arch/pmax/conf/GENERIC64: revision 1.20
sys/arch/macppc/conf/MAMBO: revision 1.23
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
sys/arch/amigappc/conf/GENERIC: revision 1.23
sys/arch/amd64/conf/GENERIC: revision 1.403
sys/arch/ofppc/conf/GENERIC: revision 1.156
sys/arch/mac68k/conf/GENERIC: revision 1.219
sys/arch/i386/conf/XEN3_DOMU: revision 1.64
sys/arch/mipsco/conf/GENERIC: revision 1.87
sys/arch/hp300/conf/GENERIC: revision 1.189
sys/arch/vax/conf/GENERIC: revision 1.192
sys/arch/news68k/conf/GENERIC: revision 1.124
sys/arch/ibmnws/conf/GENERIC: revision 1.45
sys/arch/hpcsh/conf/GENERIC: revision 1.105
sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
sys/arch/i386/conf/XEN3_DOM0: revision 1.92
sys/arch/sparc/conf/GENERIC: revision 1.247
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
sys/arch/prep/conf/GENERIC: revision 1.173
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
sys/arch/rs6000/conf/GENERIC: revision 1.32
sys/arch/hpcmips/conf/GENERIC: revision 1.228
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.320.2.5  28-Aug-2017  skrll Sync with HEAD
 1.320.2.4  05-Feb-2017  skrll Sync with HEAD
 1.320.2.3  05-Dec-2016  skrll Sync with HEAD
 1.320.2.2  29-May-2016  skrll Sync with HEAD
 1.320.2.1  22-Apr-2016  skrll Sync with HEAD
 1.322.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.322.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.327.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.329.2.5  04-May-2018  martin Apply patch, reqeusted by macallan in ticket #783:

Disable radeonfb since it still fails on some hardware.
 1.329.2.4  26-Feb-2018  snj Pull up following revision(s) (requested by sevan in ticket #579):
sys/arch/macppc/conf/GENERIC: 1.342
sys/arch/macppc/conf/GENERIC_601: 1.18
sys/arch/macppc/conf/MAMBO: 1.29
sys/arch/macppc/conf/POWERMAC_G5: 1.31
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.329.2.3  26-Feb-2018  snj Pull up following revision(s) (requested by sevan in ticket #578):
sys/arch/macppc/conf/GENERIC: 1.341
sys/arch/macppc/conf/MAMBO: 1.28
sys/arch/macppc/conf/POWERMAC: 1.69
sys/arch/macppc/conf/POWERMAC_G5: 1.30
sys/arch/powerpc/oea/ofw_rascons.c: 1.10
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.329.2.2  26-Jan-2018  martin Pull up following revision(s) (requested by sevan in ticket #510):
sys/arch/sun3/conf/GENERIC3X: revision 1.130
sys/arch/sparc64/conf/GENERIC: revision 1.203
sys/arch/news68k/conf/LIBERO: revision 1.66
sys/arch/amiga/conf/DRACO: revision 1.185
sys/arch/evbarm/conf/MV2120: revision 1.35
sys/arch/x68k/conf/GENERIC: revision 1.187
sys/arch/rs6000/conf/GENERIC: revision 1.39
sys/arch/news68k/conf/GENERIC_TINY: revision 1.86
sys/arch/i386/conf/XEN3_DOMU: revision 1.88
sys/arch/iyonix/conf/GENERIC: revision 1.97
sys/arch/evbarm64/conf/A64EMUL: revision 1.11
sys/arch/mvme68k/conf/GENERIC: revision 1.98
sys/arch/acorn32/conf/GENERIC: revision 1.124
sys/arch/i386/conf/XEN3_DOM0: revision 1.125
sys/arch/cobalt/conf/INSTALL: revision 1.65
sys/arch/macppc/conf/GENERIC_601: revision 1.16
sys/arch/hppa/conf/GENERIC: revision 1.17
sys/arch/amiga/conf/GENERIC.in: revision 1.137
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33
sys/arch/netwinder/conf/GENERIC: revision 1.134
sys/arch/amd64/conf/XEN3_DOMU: revision 1.83
sys/arch/mac68k/conf/GENERIC: revision 1.225
sys/arch/arc/conf/RPC44: revision 1.54
sys/arch/mipsco/conf/GENERIC: revision 1.92
sys/arch/cats/conf/GENERIC: revision 1.166
sys/arch/amd64/conf/XEN3_DOM0: revision 1.145
sys/arch/amigappc/conf/GENERIC: revision 1.33
sys/arch/sun3/conf/GENERIC: revision 1.176
sys/arch/news68k/conf/GENERIC: revision 1.130
sys/arch/hpcsh/conf/GENERIC: revision 1.110
sys/arch/hp300/conf/GENERIC: revision 1.198
sys/arch/atari/conf/GENERIC.in: revision 1.115
sys/arch/sparc/conf/MRCOFFEE: revision 1.54
sys/arch/evbppc/conf/EXPLORA451: revision 1.62
sys/arch/cesfic/conf/GENERIC: revision 1.69
sys/arch/vax/conf/GENERIC: revision 1.204
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112
sys/arch/sparc/conf/GENERIC: revision 1.258
sys/arch/next68k/conf/GENERIC: revision 1.145
sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34
sys/arch/prep/conf/GENERIC: revision 1.185
sys/arch/amiga/conf/INSTALL: revision 1.129
sys/arch/newsmips/conf/GENERIC: revision 1.133
sys/arch/cobalt/conf/GENERIC: revision 1.156
sys/arch/sun2/conf/GENERIC: revision 1.99
sys/arch/luna68k/conf/INSTALL: revision 1.25
sys/arch/amigappc/conf/NULL: revision 1.53
sys/arch/acorn26/conf/GENERIC: revision 1.85
sys/arch/vax/conf/VAX780: revision 1.25
sys/arch/luna68k/conf/GENERIC: revision 1.125
sys/arch/ews4800mips/conf/GENERIC: revision 1.56
sys/arch/macppc/conf/POWERMAC_G5: revision 1.29
sys/arch/arc/conf/GENERIC: revision 1.189
sys/arch/macppc/conf/MAMBO: revision 1.27
sys/arch/acorn32/conf/EB7500ATX: revision 1.64
sys/arch/pmax/conf/GENERIC: revision 1.196
sys/arch/pmax/conf/GENERIC64: revision 1.28
sys/arch/amiga/conf/GENERIC: revision 1.319
sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55
sys/arch/macppc/conf/GENERIC: revision 1.339
sys/arch/emips/conf/GENERIC: revision 1.21
sys/arch/sandpoint/conf/GENERIC: revision 1.97
sys/arch/landisk/conf/GENERIC: revision 1.58
sys/arch/bebox/conf/GENERIC: revision 1.157
sys/arch/alpha/conf/GENERIC: revision 1.379
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.329.2.1  07-Jan-2018  snj Pull up following revision(s) (requested by sevan in ticket #470):
sys/arch/macppc/conf/GENERIC: revision 1.337
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
 1.344.2.4  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.344.2.3  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.344.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.344.2.1  22-Mar-2018  pgoyette Synch with HEAD, resolve conflicts
 1.347.2.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.347.2.1  10-Jun-2019  christos Sync with HEAD
 1.358.2.3  29-Feb-2020  ad Sync with head.
 1.358.2.2  25-Jan-2020  ad Sync with head.
 1.358.2.1  17-Jan-2020  ad Sync with head.
 1.366.2.1  25-Apr-2020  bouyer Sync with bouyer-xenpvh-base2 (HEAD)
 1.371.2.1  03-Apr-2021  thorpej Sync with HEAD.
 1.375.4.1  02-Feb-2024  martin Pull up following revision(s) (requested by uwe in ticket #558):

sys/arch/macppc/conf/GENERIC: revision 1.378

macppc: enable FFS_EI in GENERIC

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

ok macallan
 1.380.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed