History log of /src/sys/arch/sparc64/conf/GENERIC
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.243 27-Mar-2025 riastradh

virtio(4): Consolidate kernel configs.

No functional change intended.

Leave `# XXX ?' comments where I don't know why the driver in
question is excluded. (Typical reason is that PAGE_SIZE is not 4096
but I didn't investigate -- if you do investigate, please either
update the comment if you determine a reason, or enable the driver if
you don't.)

PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs


# 1.242 24-Feb-2025 andvar

s/architecure/architecture/ and few other typos in comments.


# 1.241 16-Jul-2024 riastradh

viocon(4): Add to various kernel configs.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.240 02-Apr-2024 charlotte

branches: 1.240.2;
Mention DKWEDGE_METHOD_TOS in several kernel config files


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.239 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.238 09-Feb-2023 abs

Ensure GENERIC.local is always at the end of GENERIC

Where a GENERIC config had an existing inclusion of GENERIC.local,
ensure it is always at the end of the file, with a consistent
comment:

# Pull in optional local configuration
cinclude "arch/landisk/conf/GENERIC.local"

This allows GENERIC.local to correctly override all options

(This pass does not affect any GENERIC which did not already have
an include of GENERIC.local)


Revision tags: netbsd-10-base bouyer-sunxi-drm-base
# 1.237 29-Sep-2022 riastradh

branches: 1.237.4;
swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702


# 1.236 07-Aug-2022 simonb

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


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.235 04-Mar-2021 palle

sun4v: add vnet driver from openbsd - compiles but probably does not work yet - still WIP


# 1.234 31-Jan-2021 martin

Allow local builds to add configuration changes via GENERIC.local


# 1.233 30-Oct-2020 jdc

branches: 1.233.2;
Add pcagpio and pcf8574io - hardware status monitors on V210/V240 and E250.


# 1.232 26-Oct-2020 martin

Backout previous, PR 54810 has been fixed.


# 1.231 25-Oct-2020 martin

Temporarily disable NTFS for an internal test.


# 1.230 27-Sep-2020 roy

vether: Add to kernel configurations

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


# 1.229 01-Aug-2020 maxv

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


# 1.228 13-May-2020 martin

Remove local USB device declarations, include the central list instead


# 1.227 11-May-2020 jdc

Add "wb at ebus" and sdmmc, ld for the SD card reader on SPARCle.


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

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


# 1.225 16-Mar-2020 nia

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


Revision tags: is-mlppp-base ad-namecache-base3
# 1.224 29-Jan-2020 maya

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.


Revision tags: ad-namecache-base2
# 1.223 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.222 20-Jan-2020 thorpej

Remove FDDI support.


# 1.221 19-Jan-2020 thorpej

Remove Token Ring support.


# 1.220 19-Jan-2020 thorpej

Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.


# 1.219 19-Jan-2020 thorpej

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


Revision tags: ad-namecache-base1 ad-namecache-base phil-wifi-20191119
# 1.218 05-Nov-2019 martin

branches: 1.218.2;
Add GPT wedge autodiscovery


# 1.217 05-Nov-2019 martin

Add siisata* at pci (no idea why it was missing)


Revision tags: netbsd-9-base phil-wifi-20190609
# 1.216 06-May-2019 sevan

branches: 1.216.2;
Use filesystems.config to reduce duplication


# 1.215 26-Apr-2019 sevan

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


Revision tags: isaki-audio2-base
# 1.214 06-Feb-2019 rin

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


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.213 19-Dec-2018 maxv

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.


# 1.212 14-Dec-2018 nakayama

Remove comment about removed lmc*.


# 1.211 12-Dec-2018 maxv

Remove references to "lmc" in the kernel configurations.


Revision tags: pgoyette-compat-1126
# 1.210 02-Nov-2018 macallan

add jbusi2c


# 1.209 23-Oct-2018 jdolecek

remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support


Revision tags: pgoyette-compat-1020
# 1.208 13-Oct-2018 macallan

add tadpmu


Revision tags: pgoyette-compat-0930
# 1.207 06-Sep-2018 maxv

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.


Revision tags: pgoyette-compat-0906
# 1.206 25-Aug-2018 rin

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


# 1.205 01-Aug-2018 maxv

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


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.204 05-Feb-2018 maxv

branches: 1.204.2; 1.204.4;
Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c already look a lot better.


# 1.203 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


Revision tags: tls-maxphys-base-20171202
# 1.202 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.201 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


Revision tags: nick-nhusb-base-20170825
# 1.200 30-Jul-2017 maxv

Disable svr4 and svr4_32 on sparc, sparc64 and amiga - the only places
where they were still enabled.


# 1.199 29-Jul-2017 maxv

Remove TCP_COMPAT_42 from the config files. Pass 3.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base
# 1.198 25-Mar-2017 martin

branches: 1.198.6;
Add virtio PCI devices, some of them mostly untested so far


# 1.197 23-Mar-2017 martin

Comment out PAX_MPROTECT options completely, instead of just turning them
off globaly. This will make the automatic tests not even try to enable
mprotect, which can't work for our current PLT format and shared binaries.


Revision tags: pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.196 13-Dec-2016 christos

branches: 1.196.2;
wildcard speaker attachments, now that we can handle many of them.


# 1.195 10-Dec-2016 christos

remove VAUDIOSPEAKER for now, will be done differently.


# 1.194 08-Dec-2016 nat

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


Revision tags: nick-nhusb-base-20161204
# 1.193 26-Nov-2016 christos

mention PAX_SEGVGUARD dependency on FILEASSOC


Revision tags: pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914
# 1.192 19-Aug-2016 palle

sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907
# 1.191 22-Jun-2016 palle

branches: 1.191.2;
sun4v: add cbus driver - from OpenBSD


# 1.190 17-Jun-2016 palle

sun4v: vbus and vrtc drivers - from OpenBSD


Revision tags: nick-nhusb-base-20160529
# 1.189 26-May-2016 nakayama

Add more CardBus devices.


# 1.188 26-May-2016 nakayama

sort


# 1.187 25-May-2016 nakayama

tabify, fix indent and remove trailing whitespace.


# 1.186 24-May-2016 martin

Update comment explaining why PAX_MPROTECT is disabled here


# 1.185 19-May-2016 christos

Turn on ASLR for sparc64


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

Disable uscanner in all kernel configs

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

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


Revision tags: nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.183 16-Dec-2015 jdc

Add adm1026hm* for V210, V240, and V440 environmental monitoring.


# 1.182 26-Sep-2015 maxv

Remove KMEMSTATS. Normally it's ok now.


Revision tags: nick-nhusb-base-20150921
# 1.181 11-Aug-2015 msaitoh

Add ixg(4).


Revision tags: nick-nhusb-base-20150606 nick-nhusb-base-20150406
# 1.180 12-Feb-2015 palle

sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD vpci driver. Future work will include integrating code from the OpenBSD vpci driver.


# 1.179 07-Jan-2015 macallan

enable genfb at sbus
output may not be pretty but it has a halfway decent chance to work at
least to some degree on otherwise unsupported graphics hardware


# 1.178 06-Jan-2015 macallan

add mgx driver


Revision tags: nick-nhusb-base
# 1.177 16-Nov-2014 manu

branches: 1.177.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.176 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.175 18-Oct-2014 snj

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# 1.174 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.173 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.172 16-Aug-2014 apb

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


Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.171 24-Mar-2014 szptvlfn

branches: 1.171.4;
fix manual section numbering of sysctl.
thanks wiz@


Revision tags: riastradh-drm2-base3
# 1.170 16-Dec-2013 palle

Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@


# 1.169 24-Sep-2013 jdc

Remove spdmem entries for indirect configuration on SPARCle. This is now
handled in sparc64/autoconf.c (since r1.192).


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

G/C PFIL_HOOKS from the kernel configs.


# 1.167 05-Jun-2013 christos

branches: 1.167.2;
remove obsolete networking options


# 1.166 05-Jun-2013 jnemeth

enable FFS_EI


# 1.165 27-Apr-2013 christos

the bogus number police


# 1.164 27-Apr-2013 christos

remove confusing numeric locators where they are unused.


Revision tags: agc-symver-base
# 1.163 12-Mar-2013 christos

turn on MODULAR by default


# 1.162 02-Mar-2013 christos

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


# 1.161 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.160 21-Feb-2013 martin

Remove duplciate WSDISPLAY_COMPAT_PCVT - no idea how that sneaked in.
Thanks to Nick Hudson for the quick catch.


# 1.159 21-Feb-2013 martin

Add PCVT compat (for X console switching) and another font (purely
esthetical). From maccalan@.


# 1.158 20-Feb-2013 macallan

add WSDISPLAY_COMPAT_PCVT


# 1.157 08-Feb-2013 jdc

Add seeprom(4). Tested on Blade 2000 and Fire 280R.


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7
# 1.156 07-Dec-2012 jdc

Add uthum (tested on U60 with Belkin F5U508 USB 2 and SB2000 built-in USB 1).


# 1.155 02-Nov-2012 jdc

Add indirectly configured spdmem devices for Tadpole SPARCle.


Revision tags: yamt-pagecache-base6
# 1.154 17-Oct-2012 apb

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


# 1.153 13-Oct-2012 jdc

Add pckbc at ebus.


# 1.152 01-Sep-2012 jakllsch

branches: 1.152.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.151 05-Jun-2012 abs

Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.


Revision tags: jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8
# 1.150 11-Mar-2012 nakayama

Remove stray comments for LKM.


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

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.148 17-Jan-2012 jakllsch

branches: 1.148.2;
+gsip(4)


# 1.147 25-Dec-2011 martin

Enable cgd(4)


# 1.146 18-Dec-2011 dholland

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


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

branches: 1.145.2;

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

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


Revision tags: jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.144 12-Aug-2011 mrg

branches: 1.144.2;
add auacer, present on the ultra45.


# 1.143 07-Aug-2011 jakllsch

Trailing whitespace, what trailing whitespace?


# 1.142 29-Jul-2011 mrg

port the openbsd central and fhc drivers, and the clock/zs attachments.
doesn't quite work yet, crashes when central_attach() calls
config_attach() (faulting address is 0xf8000000.)


# 1.141 23-Jul-2011 jakllsch

Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.


# 1.140 23-Jul-2011 martin

Enable DIAGNOSTIC by default


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.139 17-May-2011 martin

Disable DEBUG=-g by default again (accidently slipped in with last changes).
Ok: mrg


# 1.138 17-May-2011 mrg

move and rename the uvm history code out of uvm_stat to "kernhist".

rename "UVMHIST" option to enable the uvm histories.

TODO:
- make UVMHIST properly depend upon KERNHIST
- enable dynamic registration of histories. this is mostly just
allocating something in a bitmap, and is only for viewing multiple
histories in a merged form.


tested on amd64 and sparc64.


# 1.137 12-May-2011 mrg

remove a sparc-specific comment.


Revision tags: jym-xensuspend-nbase jym-xensuspend-base
# 1.136 04-Apr-2011 martin

Add gem at sbus (works since quite some time).


# 1.135 20-Mar-2011 mrg

enable pci@pryo@mainbus and ebus@mainbus attachments.

pryo still isn't fully working, but i'm able to talk to disk and com
properly. bge, ohci/ehci, aceride and wm (pcie card) interrupts
are not working yet.


# 1.134 06-Mar-2011 bouyer

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

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


Revision tags: uebayasi-xip-base7 bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base matt-mips64-premerge-20101231
# 1.133 16-Dec-2010 martin

branches: 1.133.2; 1.133.4;
Ooops, backout intended part of previous change, pointed out by
Masao Uebayashi.


# 1.132 11-Dec-2010 martin

Add bnx @ pci


# 1.131 08-Dec-2010 mrg

add dbcool(4) - there are two of them on the SB2500.
fix a spelling error.


# 1.130 23-Nov-2010 hannken

Remove unused count from pseudo-device md.


Revision tags: uebayasi-xip-base6 uebayasi-xip-base5 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.129 22-May-2010 plunky

add btmagic(4) where other Bluetooth drivers are listed


# 1.128 22-May-2010 tsutsui

Enable bwtwo(4).


# 1.127 12-May-2010 nakayama

Remove obsolete comment about a data corruption on IDE controllers
in Blade 100/Netra X1.

Workaround for a data corruption was commited as rev. 1.16 of
src/sys/dev/pci/aceride.c in 2005.


# 1.126 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.125 29-Apr-2010 chs

add mpt.


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

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


# 1.123 13-Mar-2010 mrg

branches: 1.123.2;
convert sparc64 to MULTIPROCESSOR kernel by default, and introduce
s/MP/UP/ kernels were otherwise in place.

in my testing on a U60, i couldn't really notice any different in
speed, but we need testing on a U1/U5/U10 systems to be sure that
GENERIC.UP isn't necessary.

for sparc64, this is some what required as USIIIi systems have the
memory controller on the CPU, and unless the CPU is spunup, a UP
kernel will not function on these systems. (we obviously need to
join the NUMA-for-netbsd camp now, too! :-)


this should enable the installer to function on all systems that we
support, but also give the option for people to install GENERIC.UP
on their single-cpu systems if they choose.


XXX: i haven't actually tested sysinst with this, but i have built
both sparc and sparc64 release iso's successfully with this change
(sans having to comment out kern_ctf.c.)


# 1.122 12-Mar-2010 roy

Revert part of last patch. Didn't mean to enable pf by default.


# 1.121 12-Mar-2010 roy

Change the default console from wsemul_sun/sun-ss5 to wsemul_vt100/wsvt25.
This allows for a colour console, fixes home/end keys not working and
works with the embedded wsvt25 description in libterminfo.


Revision tags: yamt-nfs-mp-base9
# 1.120 10-Mar-2010 macallan

enable wcfb now that it's actually useful
This driver has been tested on Sun XVR-500 and XVR-1200 boards but it should
work on most ( all? ) Wildcat-based boards.


# 1.119 07-Mar-2010 plunky

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


# 1.118 28-Feb-2010 martin

Remove the envctrl driver, it is superseeded by the more general pcfiic @
ebus. Add the SB1000/SB2000 fan controll driver (tda). From OpenBSD.
Move config files over to direct configuration of i2c devices.


# 1.117 13-Feb-2010 mrg

enable schizo, bge, fwohci/sbp and ffb@upa, all as seen in SCHIZO config.


Revision tags: uebayasi-xip-base
# 1.116 07-Jan-2010 jdc

branches: 1.116.2;
Add cas, gentbi and gphyter for Sun Cassini/Cassini+ Ethernet.


# 1.115 29-Dec-2009 macallan

add gfb at mainbus


Revision tags: matt-premerge-20091211
# 1.114 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.113 26-Nov-2009 macallan

cgthree works on sparc64 so let's enable it for those poor souls who can't
find at least a CG6


# 1.112 28-Oct-2009 macallan

add radeonfb ( has been working for ages with my XVR-100 ) and pm2fb ( for
PGX32 / TechSource Raptor GFX 8P )
We should probably enable cgthree as well since it grew wsdisplay support a
while ago.


# 1.111 02-Oct-2009 nakayama

Port lom(4) driver for LOMlite lights out management hardware monitor
and watchdog timer from OpenBSD.

It supports the LOMlite found on Sun Netra t1 and the LOMlite2 found
on Sun Netra T1/X1 and Sun Fire V100/V120.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base
# 1.110 06-Mar-2009 joerg

Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.


Revision tags: nick-hppapmap-base2
# 1.109 24-Jan-2009 mrg

branches: 1.109.2;
add COMPAT_50 to all the configs with COMPAT_40.


Revision tags: haad-dm-base2 haad-nbase2 haad-dm-base mjf-devfs2-base
# 1.108 11-Dec-2008 hauke

I tested spif(4) in an Ultra 1 - enable it.


# 1.107 09-Dec-2008 nakayama

Sync PCMCIA and CardBus devices with i386/conf/GENERIC.


Revision tags: ad-audiomp2-base
# 1.106 24-Nov-2008 ad

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

Proposed on tech-kern@.


# 1.105 12-Nov-2008 ad

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

Proposed on tech-kern@.


Revision tags: netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base
# 1.104 29-Oct-2008 jkunz

branches: 1.104.2;
Enable the newly inported device drivers alipm(4) and admtemp(4).


Revision tags: matt-mips64-base2
# 1.103 22-Oct-2008 jnemeth

branches: 1.103.2;
add pseudo-device drvctl


Revision tags: haad-dm-base1 wrstuden-revivesa-base-4 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2
# 1.102 10-Aug-2008 tls

Add accept filters to GENERIC kernels where they exist.


# 1.101 31-Jul-2008 simonb

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


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

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


Revision tags: hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 yamt-nfs-mp-base2 yamt-nfs-mp-base yamt-pf42-base ad-socklock-base1
# 1.99 24-Mar-2008 ad

branches: 1.99.2; 1.99.4; 1.99.6;
+pseudo-device lockstat since there is a cycle counter. Ok martin@.


Revision tags: yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase nick-net80211-sync-base keiichi-mipv6-base matt-armv6-nbase mjf-devfs-base hpcarm-cleanup-base
# 1.98 02-Feb-2008 tron

branches: 1.98.6;
Add brgphy(4). It works with a 3Com 3C996B-T in my ULTRA60.
Approved by Martin Husemann.


Revision tags: bouyer-xeni386-nbase bouyer-xeni386-base matt-armv6-base
# 1.97 05-Jan-2008 jdc

Add bmtphy* (for gem*).


# 1.96 31-Dec-2007 ad

Remove systrace. Ok core@.


Revision tags: vmlocking2-base3 yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 vmlocking-nbase jmcneill-pm-base reinoud-bufcleanup-base
# 1.95 02-Dec-2007 kiyohara

branches: 1.95.6;
Add bcsp(4).


Revision tags: bouyer-xenamd64-base2 bouyer-xenamd64-base
# 1.94 19-Nov-2007 macallan

add genfb at pci
This should work with all firmware-supported PCI framebuffers but so far it's
only been tested with a PGX


Revision tags: jmcneill-base yamt-x86pmap-base4
# 1.93 17-Oct-2007 garbled

branches: 1.93.2;
Merge the ppcoea-renovation branch to HEAD.

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

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

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


Revision tags: yamt-x86pmap-base3 yamt-x86pmap-base2 ppcoea-renovation-base vmlocking-base
# 1.92 24-Sep-2007 mrg

branches: 1.92.2;
add mskc/msk & skc/sk network drivers.

reported to work by Chris Ross on port-sparc64.


# 1.91 24-Sep-2007 martin

add DDB_VERBOSE_HELP


Revision tags: nick-csl-alignment-base5 yamt-x86pmap-base
# 1.90 21-Aug-2007 kiyohara

branches: 1.90.2; 1.90.4;
Add slhci at pcmcia.
And reorder.


# 1.89 20-Aug-2007 kiyohara

Add btbc(4).


Revision tags: matt-mips64-base
# 1.88 06-Aug-2007 adrianp

Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@


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

branches: 1.87.2; 1.87.4; 1.87.8;
zyd was known to not work on big endian systems.


# 1.86 09-Jun-2007 kiyohara

Add zyd(4).


# 1.85 04-Jun-2007 martin

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


Revision tags: yamt-idlelwp-base8
# 1.84 14-Apr-2007 tnn

branches: 1.84.2;
Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>


Revision tags: thorpej-atomic-base
# 1.83 14-Mar-2007 drochner

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.82 01-Mar-2007 kiyohara

branches: 1.82.2; 1.82.4;
Add btuart(4).


Revision tags: ad-audiomp-base post-newlock2-merge newlock2-nbase yamt-splraiseipl-base5 yamt-splraiseipl-base4 newlock2-base
# 1.81 11-Dec-2006 yamt

branches: 1.81.2;
- remove a static configuration, FILEASSOC_NHOOKS. do it dynamically instead.
- make fileassoc_t a pointer and remove FILEASSOC_INVAL.
- clean up kern_fileassoc.c. unify duplicated code.
- unexport fileassoc_init using RUN_ONCE(9).
- plug memory leaks in fileassoc_file_delete and fileassoc_table_delete.
- always call callbacks, regardless of the value of the associated data.

ok'ed by elad.


Revision tags: yamt-splraiseipl-base3
# 1.80 04-Dec-2006 elad

sparc64: don't enable PaX MPROTECT by default for now.
sparc: add commented out 'FILEASSOC'.


# 1.79 04-Dec-2006 dyoung

Compile gre(4) into the GENERIC kernel.


Revision tags: netbsd-4-base
# 1.78 26-Nov-2006 tsutsui

branches: 1.78.2;
- add working vge* at pci? and ciphy* at mii?
- remove an obsolete comment


# 1.77 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.76 11-Nov-2006 jmmv

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


# 1.75 09-Nov-2006 tsutsui

Add rgephy at mii and rlphy at mii.
Tested on Ultra5 with RTL8139C (not plus) and RTL8169S.


# 1.74 09-Nov-2006 tsutsui

More cleanup of sparc64 clock stuff:
- split mkclock attachment from sparc64/clock.c into dev/mkclock.c
(now clock.s only contains clock interrupt and timecounter stuff)
- rename match/attach functions of rtc at ebus to match the device name
- update some comments around clock devices in GENERIC

No objection on port-sparc64 for a month.


# 1.73 26-Oct-2006 elad

Compile in Veriexec by default on some popular archs (amd64, i386, sparc64)
so it's more accessible and less of a hassle to put to use. Also enable
fileassoc(9) by default as a result, which for itself may open the door for
a lot of cool stuff. (stay tuned. :)

I recommend port masters of other archs to consider doing the same.
Personally I don't know which ports are considered more of a legacy than
in-production, so I'm leaving it for someone else for now...

No objections on tech-kern.


Revision tags: yamt-splraiseipl-base2
# 1.72 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.71 19-Oct-2006 martin

Sync (commented out) kgdb options with reality.
(Not that it works at all - the locore.s support is not done yet)


# 1.70 06-Oct-2006 jnemeth

Initial support for floppy drives on sparc64. This has been tested
on an Ultra 2 and works fine, apart from formatting which is known
to be broken. It failed to work on an ebus machine. The ebus
support compiles fine, but I don't have hardware for testing. This
code is based on the sparc driver with hints from OpenBSD on how
to do the sbus and ebus attachments, along with help from martin@
and mrg@.

Initial commit approved by martin@

TODO:
- fix ebus support
- fix XXX issues
- check resource deallocation
- fix formatting
- merge remaining differences from sparc driver
- split out back end chip support
- have sparc driver use new common back end chip support
- adapt to newlock when branch is ready
- adapt to "disk-info" property dictionary


# 1.69 01-Oct-2006 itohy

Use ATA timing, instead of busmaster wait, for adding waits.
Use default wait value 0x01.


# 1.68 26-Sep-2006 elad

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


# 1.67 26-Sep-2006 elad

Make PaX mprotect(2) restrictions more accessible.

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

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


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9
# 1.66 10-Sep-2006 plunky

branches: 1.66.2;
add bluetooth support to sparc64, built by default in GENERIC


Revision tags: rpaulo-netinet-merge-pcb-base
# 1.65 07-Sep-2006 itohy

branches: 1.65.2;
Add njata* at cardbus?


Revision tags: yamt-pdpolicy-base8
# 1.64 26-Aug-2006 christos

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


# 1.63 26-Aug-2006 tsutsui

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


# 1.62 23-Aug-2006 jnemeth

fix DDB_ONPANIC option


# 1.61 21-Aug-2006 jnemeth

move 'PCI cryptographic devices' out of the middle of the Disk section


# 1.60 14-Aug-2006 skrll

s/adpater/adapter/

Prompted by PR/34195


# 1.59 12-Aug-2006 christos

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


Revision tags: abandoned-netbsd-4-base yamt-pdpolicy-base7
# 1.58 31-Jul-2006 hubertf

branches: 1.58.2;
spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bj�rn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@


# 1.57 26-Jul-2006 cube

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.56 15-Jul-2006 elad

add (commented out) fileassoc(9) kernel options on some popular archs.


# 1.55 10-Jul-2006 gdamore

New psm driver for use on Ultrabook IIi. Right now it supports the power
button and lid switch. I will add environmentals (battery, etc.) later.


# 1.54 01-Jul-2006 nakayama

Uncomment "midi* at midibus?" to make umidi work.


# 1.53 30-Jun-2006 tsutsui

Make GENERIC config really generic and change GENERIC32 config for 32 bit
compat kernel to include the GENERIC and use "no" keywords of config(1).
Also merge std.sparc64-64 into std.sparc64 and prepare std.sparc64-32
which uses "no" keywords for 32 bit kernels. OK'ed by mrg.


Revision tags: yamt-pdpolicy-base6 chap-midi-nbase gdamore-uart-base simonb-timcounters-final yamt-pdpolicy-base5 chap-midi-base yamt-pdpolicy-base4 yamt-pdpolicy-base3 peter-altq-base yamt-pdpolicy-base2 elad-kernelauth-base yamt-pdpolicy-base yamt-uio_vmspace-base5 simonb-timecounters-base ktrace-lwp-base
# 1.52 10-Dec-2005 tsutsui

branches: 1.52.4; 1.52.8; 1.52.16;
Move veriexec stuff from GENERIC to (common) GENERIC32.


# 1.51 09-Dec-2005 elad

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


Revision tags: netbsd-3-1-1-RELEASE netbsd-3-0-3-RELEASE netbsd-3-1-RELEASE netbsd-3-0-2-RELEASE netbsd-3-1-RC4 netbsd-3-1-RC3 netbsd-3-1-RC2 netbsd-3-1-RC1 netbsd-3-0-1-RELEASE netbsd-3-0-RELEASE netbsd-3-0-RC6 yamt-readahead-base3 netbsd-3-0-RC5 netbsd-3-0-RC4 netbsd-3-0-RC3 yamt-readahead-base2 netbsd-3-0-RC2 yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base netbsd-3-0-RC1 yamt-vop-base3 netbsd-2-0-3-RELEASE yamt-vop-base2 thorpej-vnode-attr-base netbsd-2-1-RELEASE yamt-vop-base netbsd-2-1-RC6 netbsd-2-1-RC5 netbsd-2-1-RC4 netbsd-2-1-RC3 netbsd-2-1-RC2 netbsd-2-1-RC1 yamt-km-base4 netbsd-2-0-2-RELEASE yamt-km-base3 netbsd-3-base yamt-km-base2 yamt-km-base kent-audio2-base netbsd-2-0-1-RELEASE kent-audio1-beforemerge netbsd-2-base kent-audio1-base netbsd-2-0-RELEASE netbsd-2-0-RC5 netbsd-2-0-RC4 netbsd-2-0-RC3 netbsd-2-0-RC2 netbsd-2-0-RC1 netbsd-2-0-base
# 1.50 12-Feb-2003 martin

branches: 1.50.2; 1.50.18;
Remove DEBUG and -g.
Output with DEBUG enabled is anoying these days and we don't want to
scare away users of the INSTALL kernel.


Revision tags: nathanw_sa_before_merge fvdl_fs64_base gmcgarry_ctxsw_base gmcgarry_ucred_base nathanw_sa_base kqueue-aftermerge kqueue-beforemerge kqueue-base
# 1.49 19-Sep-2002 grant

remove USERCONF and PIPE_SOCKETPAIR, as these are already in GENERIC32.


# 1.48 18-Sep-2002 lukem

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


Revision tags: netbsd-1-6-PATCH002-RELEASE netbsd-1-6-PATCH002 netbsd-1-6-PATCH002-RC4 netbsd-1-6-PATCH002-RC3 netbsd-1-6-PATCH002-RC2 netbsd-1-6-PATCH002-RC1 netbsd-1-6-PATCH001 netbsd-1-6-PATCH001-RELEASE netbsd-1-6-PATCH001-RC3 netbsd-1-6-PATCH001-RC2 netbsd-1-6-PATCH001-RC1 netbsd-1-6-RELEASE netbsd-1-6-RC3 netbsd-1-6-RC2 netbsd-1-6-RC1 netbsd-1-6-base gehenna-devsw-base
# 1.47 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.


Revision tags: eeh-devprop-base newlock-base ifpoll-base
# 1.46 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.45 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.44 20-Nov-2001 lukem

cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""


Revision tags: thorpej-mips-cache-base
# 1.43 24-Oct-2001 thorpej

branches: 1.43.2;
Clean up the 32-bit vs. 64-bit kernel configuration stuff:
- Put all options necessary to build a 64-bit kernel into std.sparc64-64,
which can be included after std.sparc64.
- Change the logic used to enable 64-bit kernels. The kernel Makefile now
uses an LP64 make variable, and explicitly sets compiler flags and linker
scripts to generate 32-bit or 64-bit kernels.


Revision tags: thorpej-devvp-base3 thorpej-devvp-base2 post-chs-ubcperf pre-chs-ubcperf thorpej-devvp-base thorpej_scsipi_beforemerge thorpej_scsipi_nbase thorpej_scsipi_base
# 1.42 11-Feb-2001 eeh

branches: 1.42.4; 1.42.6;
Add COMPAT_SVR4_32.


# 1.41 21-Sep-2000 eeh

Add support for the `com' driver and Sun Keyboard/Mouse line disciplines.


Revision tags: mrg-merge-1-5-top
# 1.40 07-Jul-2000 eeh

Rename GENERIC to GENERIC32 and GENERIC64 to GENERIC to allow snapshots to
build properly.


# 1.39 05-Jul-2000 sommerfeld

Comment out EON ISO-over-ip tunneling pseudo-driver, and document as
broken/fragile. Unlikely to be of much use, and confuses new users
when their system crashes when they, or their dhclient stumble over
it. See kern/10500, kern/8994 for the gory details.


# 1.38 02-Jul-2000 pk

Add `ahc' (Adaptec 2940, et.al. SCSI controller); it is known to work.


# 1.37 30-Jun-2000 itojun

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


# 1.36 22-Jun-2000 fvdl

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


Revision tags: netbsd-1-5-base
# 1.35 19-Jun-2000 eeh

branches: 1.35.2;
Have separate data and text segments, make text read-only.


# 1.34 14-Jun-2000 veego

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


Revision tags: minoura-xpg4dl-base
# 1.33 19-May-2000 eeh

branches: 1.33.2;
Use the new emergency fallback PROM console driver.


# 1.32 08-May-2000 augustss

Add (sometimes commented out) MIIVERBOSE option.


# 1.31 19-Apr-2000 itojun

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


# 1.30 15-Apr-2000 mrg

- auxio cleanup and sbus support.
- make GENERIC64 include GENERIC and set the 3 optoins it needs. suggested
by hubert feyrer.
- add a comment that we maybe should use the `bpp' driver, not the lpt, on
the ebus because the `bpp' driver does DMA already.
- ebus_attach_args got a member renamed


# 1.29 13-Apr-2000 mrg

- do the "options<space><tab>" thing everywhere.
- disable COMPAT_AOUT.
- enable hme at sbus/pci
- enable bpp at sbus
- clean up esp attachments
- enable all xxphy's
- sync GENERIC & GENERIC64.


# 1.28 05-Apr-2000 mrg

enable auxio at ebus.


# 1.27 05-Apr-2000 mrg

add "hme at pci" support. also, add "nsphy at mii" and other mii stuff


# 1.26 22-Mar-2000 cgd

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


# 1.25 29-Feb-2000 simonb

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


# 1.24 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.


Revision tags: chs-ubc2-newbase
# 1.23 23-Jan-2000 hubertf

Add commented out "ident"-command


# 1.22 20-Jan-2000 wrstuden

Add overlay to kernel configs.


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.21 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.20 15-Nov-1999 fvdl

Add commented out option SOFTDEP to all GENERIC kernels.


Revision tags: comdex-fall-1999-base fvdl-softdep-base
# 1.19 12-Sep-1999 chs

branches: 1.19.2; 1.19.8;
eliminate the PMAP_NEW option by making it required for all ports.
ports which previously had no support for PMAP_NEW now implement
the pmap_k* interfaces as wrappers around the non-k versions.


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

It's time to be COMPAT_14.


# 1.17 18-Jul-1999 eeh

Switch to NetBSD/sparc ELF for 32-bit userland.


# 1.16 05-Jun-1999 eeh

Fix things up so they compile again.


# 1.15 26-Apr-1999 ad

Update configuration to match `rasops' fixes and config glue.


# 1.14 13-Apr-1999 ad

Bring sparc/sparc64 fb code and kernel configuration into line with
rcons changes.


Revision tags: netbsd-1-4-PATCH002 kame_141_19991130 netbsd-1-4-PATCH001 kame_14_19990705 kame_14_19990628 netbsd-1-4-RELEASE netbsd-1-4-base
# 1.13 27-Mar-1999 eeh

branches: 1.13.2; 1.13.4;
We don't have a default binary format: EXEC_AOUT is used for NetBSD/sparc pre 1.4,
EXEC_ELF64 is used for NetBSD/sparc64, and EXEC_ELF32 is used for NetBSD/sparc_elf.

We really need a way to turn these on and off depending on whether we're building
a 32-bit or 64-bit kernel...


# 1.12 26-Mar-1999 eeh

COMPAT_SPARC32 -> COMPAT_NETBSD32


# 1.11 23-Jan-1999 eeh

Need to disable 64-bit only options in 32-bit GENERIC.


# 1.10 23-Jan-1999 eeh

Synchronize config files.


# 1.9 20-Jan-1999 mrg

enable a few more network and compat options, few more devices, both pseudo and real, that hvae appeared in the tree.


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

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


# 1.7 16-Nov-1998 oster

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


Revision tags: chs-ubc-base
# 1.6 02-Sep-1998 mrg

take out UVM_PAGE_TRKOWN and comment UVMHIST


# 1.5 27-Aug-1998 mrg

move isp sbus attachment to dev/sbus and support it on the sparc64


Revision tags: PMAP32
# 1.4 26-Aug-1998 mrg

- use UVM by default.
- clean up the Makefile a bit to be less solaris-centric :)
- add support for compat_sparc32 (32bit compat module for NetBSD/sparc). this
isn't yet fully tested but it mostly written and compiles if not totally
links yet.


# 1.3 26-Aug-1998 mrg

make this actually work


Revision tags: eeh-paddr_t-base
# 1.2 26-Jun-1998 lukem

remove options FIFO; it's now the default


# 1.1 20-Jun-1998 eeh

branches: 1.1.1;
Initial revision