Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mac68k/conf/INSTALLSBC
RevisionDateAuthorComments
 1.33  18-Feb-2023  nat Introduce a flag to disable PDMA when writing.

The use of pdma when writing would always cause a panic on my Powerbook 160,
possibly others as well.

As posted to tech-kern.
 1.32  27-Mar-2008  hauke Add explanation for the sbc flags to the kernel configurations that
use the sbc 53c80 driver. Until now, this information has lived in the
source code, only; neither sbc nor ncrscsi have a man page.

Triggered by PR port-mac68k/2921
 1.31  30-Oct-2006  hauke branches: 1.31.52;
The {GENERIC,INSTALL}SBC kernel configurations are out of sync with
the vanilla ones. They are supposed to be identical to
{GENERIC,INSTALL}, apart from the different ncr5380 driver.
Instead of re-sync'ing, use a new feature of configure and just disable
the ncrscsi driver.

(Approved by Allen Briggs)
 1.30  02-Oct-2006  chs remove MALLOC_NOINLINE, it doesn't do anything anymore.
 1.29  05-Feb-2006  cube branches: 1.29.14; 1.29.16;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.28  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.27  07-Dec-2005  tsutsui branches: 1.27.2; 1.27.4; 1.27.6;
Remove obsolete options VNODE_OP_NOINLINE.
 1.26  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.25  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.24  18-Feb-2005  dsl branches: 1.24.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.23  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.22  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.21  19-Jan-2005  chs branches: 1.21.2;
only one of the obio locators was actually used, so get rid of the others
and collapse the two variations of obio into one. use the remaining locator
("addr") to differentiate the two possible esp and sbc devices (instead of
using the unit number).
 1.20  10-Nov-2004  christos branches: 1.20.4;
Add COMPAT_BSDPTY to the rest of the config files.
 1.19  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.18  18-Oct-2003  lukem branches: 1.18.2;
Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
 1.17  08-Oct-2003  bouyer Add atabus.
 1.16  22-Sep-2003  cl add COMPAT_15/COMPAT_16
 1.15  06-Sep-2003  itojun add rnd(4) device to installation media.
necessary for many purposes, including password seeding, tcp sequence number,
and more. see tech-security
 1.14  10-Apr-2003  christos branches: 1.14.2;
Bye Bye UCONSOLE
 1.13  18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.12  05-Jul-2002  abs Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
 1.11  04-Jul-2002  scottr Add support for DHCP network configuration.
 1.10  19-Jun-2002  itojun add netdock ether driver. as discussed on port-mac68k
 1.9  27-Apr-2002  shiba branches: 1.9.2; 1.9.4;
Add IDE drive support.

Note:
(1) Character device major number chages to 49 from 48(in my original
code). So it is necessary to rebuild device files.
(2) Must use Booter 2.0.0a10 or later.
(3) Default mode is cpu busy wait. It is defined by flags 0x1000.
It will be more slow than before.
No flags means hardware interrupt mode. But it might be able to
get no interrupts.

Support machines:
(1) Quadra 630 series
(2) PowerBook 150

Non tested machine:
(1) PowerBook 190 series

Approved by: briggs
 1.8  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.7  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.6  02-Apr-2002  lukem branches: 1.6.2;
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.5  10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.4  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.3  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\""
 1.2  23-Sep-2001  fredb branches: 1.2.4;
Nit -- this kernel is called "INSTALLSBC", not "INSTALL".
 1.1  07-Dec-2000  toddpw branches: 1.1.2; 1.1.4; 1.1.6;
Fix PR port-mac68k/11343
 1.1.6.6  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.1.6.5  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.1.6.4  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.6.3  16-Mar-2002  jdolecek Catch up with -current.
 1.1.6.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.1.6.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.4.1  01-Oct-2001  fvdl Catch up with -current.
 1.1.2.2  08-Dec-2000  bouyer Sync with HEAD.
 1.1.2.1  07-Dec-2000  bouyer file INSTALLSBC was added on branch thorpej_scsipi on 2000-12-08 09:28:16 +0000
 1.2.4.8  18-Oct-2002  nathanw Catch up to -current.
 1.2.4.7  01-Aug-2002  nathanw Catch up to -current.
 1.2.4.6  20-Jun-2002  nathanw Catch up to -current.
 1.2.4.5  17-Apr-2002  nathanw Catch up to -current.
 1.2.4.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.2.4.3  28-Feb-2002  nathanw Catch up to -current.
 1.2.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.2.4.1  23-Sep-2001  nathanw file INSTALLSBC was added on branch nathanw_sa on 2002-01-08 00:25:57 +0000
 1.6.2.2  03-Apr-2002  he Apply patch (new, requested by oster):
Add configurations which use the MI NCR 5380 driver, based on
GENERIC and INSTALL.
 1.6.2.1  02-Apr-2002  he file INSTALLSBC was added on branch netbsd-1-5 on 2002-04-03 22:20:29 +0000
 1.9.4.1  05-Jul-2002  lukem Pull up revision 1.11 (requested by scottr in ticket #434):
Add support for DHCP network configuration.
 1.9.2.1  16-Jul-2002  gehenna catch up with -current.
 1.14.2.10  11-Dec-2005  christos Sync with head.
 1.14.2.9  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.14.2.8  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.14.2.7  15-Feb-2005  skrll Sync with HEAD.
 1.14.2.6  04-Feb-2005  skrll Sync with HEAD.
 1.14.2.5  24-Jan-2005  skrll Sync with HEAD.
 1.14.2.4  14-Nov-2004  skrll Sync with HEAD.
 1.14.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.14.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.14.2.1  03-Aug-2004  skrll Sync with HEAD
 1.18.2.1  15-Jul-2004  he Pull up revision 1.19 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.20.4.1  29-Apr-2005  kent sync with -current
 1.21.2.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.21.2.1  12-Feb-2005  yamt sync with head.
 1.24.6.2  30-Dec-2006  yamt sync with head.
 1.24.6.1  21-Jun-2006  yamt sync with head.
 1.27.6.1  22-Apr-2006  simonb Sync with head.
 1.27.4.1  09-Sep-2006  rpaulo sync with head
 1.27.2.1  18-Feb-2006  yamt sync with head.
 1.29.16.2  10-Dec-2006  yamt sync with head.
 1.29.16.1  22-Oct-2006  yamt sync with head
 1.29.14.1  18-Nov-2006  ad Sync with head.
 1.31.52.1  03-Apr-2008  mjf Sync with HEAD.

RSS XML Feed