Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/sun3/conf/KGDB3X
RevisionDateAuthorComments
 1.55  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.54  18-Jul-2007  tsutsui branches: 1.54.6;
Make KGDB config files just include GENERIC{,3X} and
use <no> keyword of config(9).
 1.53  27-Sep-2006  manu branches: 1.53.8; 1.53.16; 1.53.20; 1.53.22;
- 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.52  26-Aug-2006  christos branches: 1.52.2; 1.52.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP
 1.51  05-Feb-2006  cube branches: 1.51.2;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.50  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.49  07-Dec-2005  tsutsui branches: 1.49.2; 1.49.4; 1.49.6;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.48  04-Sep-2005  isaki typo in comment. (since 1994?!)
 1.47  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.46  19-Aug-2005  christos 64 bit inode changes.
 1.45  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.44  30-Jul-2005  yamt add "options VMSWAP" to non INSTALL kernels.
 1.43  18-Feb-2005  dsl branches: 1.43.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.42  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.41  30-Jan-2005  tsutsui Enable disconnect/reselect for esp(4) on 3/80 by default.

It also implies to enable tagged queueing, which works fine on my 3/80:
---
NetBSD 2.99.15 (CHARIOT) #184: Sun Jan 30 07:13:08 JST 2005
tsutsui@mirage:/usr/src/sys/arch/sun3/compile/CHARIOT
Model: sun3x 80
fpu: mc68882
total memory = 65536 KB
avail memory = 62496 KB
mainbus0 (root)
obio0 at mainbus0
:
dma0 at obio0 addr 0x66001000 ipl 2: rev 0
esp0 at obio0 addr 0x66000000 ipl 2: ESP100, 20MHz, SCSI ID 7
scsibus0 at esp0: 8 targets, 8 luns per target
:
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <SEAGATE, ST31230N, HP04> disk fixed
sd0: 1001 MB, 3992 cyl, 5 head, 102 sec, 512 bytes/sect x 2051460 sectors
sd0: async, 8-bit transfers, tagged queueing
sd1 at scsibus0 target 3 lun 0: <FUJITSU, M1606S-512, 6237> disk fixed
sd1: 1041 MB, 3457 cyl, 6 head, 102 sec, 512 bytes/sect x 2131992 sectors
sd1: async, 8-bit transfers, tagged queueing
boot device: sd0a
:
---
(yes, async but tagged queueing :-)
 1.40  21-Jan-2005  tsutsui branches: 1.40.2;
Remove options COMPAT_15 and add options COMPAT_20.
 1.39  10-Nov-2004  christos branches: 1.39.4;
Add COMPAT_BSDPTY to the rest of the config files.
 1.38  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.37  22-Sep-2003  cl branches: 1.37.2;
add COMPAT_15/COMPAT_16
 1.36  10-Apr-2003  christos branches: 1.36.2;
Bye Bye UCONSOLE
 1.35  18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.34  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.33  25-Apr-2002  atatat branches: 1.33.2; 1.33.4;
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.32  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.31  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.30  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.29  20-Nov-2001  lukem - pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for options KGDB_DEVNAME="\"com\""
- use correct quotes for options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
 1.28  08-Jul-2001  abs branches: 1.28.2; 1.28.8;
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.27  11-Jun-2001  wiz Fix various misspellings of compatible/compatibility.
 1.26  22-Feb-2001  chs branches: 1.26.2;
switch sun3 to ELF. highlight include:
add "%" prefix to register names in assembly code.
change assembly functions to return values in %a0 instead of %d0.
C symbols no longer prepend an underscore, adjust assembly code for this.
32-bit values are now 32-bit aligned instead of 16-bit aligned,
adjust structure packing and padding to override this where necessary.
make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional.
use the MI loadfile() instead of several home-grown versions.
 1.25  19-Dec-2000  tsutsui Remove "rnd is EXPERIMANTAL" comments.
 1.24  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.23  29-Jul-1999  augustss branches: 1.23.2;
It's time to be COMPAT_14.
 1.22  08-Apr-1999  gwr branches: 1.22.2; 1.22.4;
sync with GENERIC3X
 1.21  26-Jun-1998  lukem remove options FIFO; it's now the default
 1.20  08-Mar-1998  gwr Make comments refer to GENERIC3X, not GENERIC
 1.19  08-Feb-1998  gwr Move the sun3-vs-sun3x stuff into std.sun3 and std.sun3x
Configure P4 frame buffers at the address of their P4 reg.
Move messy Sun3 bw2 and cg4 configs to included files.
 1.18  05-Feb-1998  gwr Merge arch/sun3x into arch/sun3
 1.17  22-Jan-1998  gwr branches: 1.17.4;
Remove the config flags from "si" lines so the driver default will
be used. That also makes it possible to patch the kernel in case
the default option causes boot failures or something...
 1.16  01-Dec-1997  kleink Add COMPAT_13.
 1.15  20-Nov-1997  fair add pseudo-device rnd, commented out
 1.14  17-Nov-1997  lukem * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file
* fix up use of 'options<SPACE><TAB>'
 1.13  17-Oct-1997  gwr branches: 1.13.2;
Add COMPAT_1?
 1.12  16-Oct-1997  gwr Add VME support
 1.11  07-Oct-1997  gwr cosmetic
 1.10  07-Oct-1997  gwr Add the ie driver (and reorder some things)
 1.9  23-Aug-1997  mjacob add a before tab to SCSIVERBOSE
 1.8  20-Aug-1997  mjacob add commented out reference SCSIVERBOSE option
 1.7  07-May-1997  lukem branches: 1.7.4;
cleanup use of whitespace
 1.6  12-Apr-1997  gwr Document the flags accepted by the esp driver.
 1.5  09-Apr-1997  jeremy Add floppy controller and floppy drive. Also add MS-DOS filesystem for
use with floppies. Remove 'SYMTAB_SPACE' now that we have our own
bootloader.
 1.4  24-Mar-1997  gwr No longer need SYMTAB_SPACE now that sun3x/stand/* works.
(Thanks, Jeremy!)
 1.3  21-Mar-1997  jeremy Fixed address for bwtwo framebuffer.
 1.2  15-Mar-1997  is New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
 1.1  24-Feb-1997  jeremy branches: 1.1.2;
The first GENERIC config for sun3x. Includes new esp driver.
 1.1.2.1  12-Mar-1997  is Merge in Changes from The Trunk.
 1.7.4.3  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.7.4.2  27-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.7.4.1  23-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.13.2.1  20-Nov-1997  mellon Pull rev 1.15 up from trunk (fair)
 1.17.4.2  28-Jan-1998  gwr Merge changes from the head (NFS_BOOT_BOOTPARAM)
 1.17.4.1  27-Jan-1998  gwr Sun3X config.
 1.22.4.1  02-Aug-1999  thorpej Update from trunk.
 1.22.2.2  08-Apr-1999  gwr sync with GENERIC3X
 1.22.2.1  08-Apr-1999  gwr file KGDB3X was added on branch netbsd-1-4 on 1999-04-08 06:49:55 +0000
 1.23.2.3  12-Mar-2001  bouyer Sync with HEAD.
 1.23.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.23.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.26.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.28.8.6  18-Oct-2002  nathanw Catch up to -current.
 1.28.8.5  20-Jun-2002  nathanw Catch up to -current.
 1.28.8.4  17-Apr-2002  nathanw Catch up to -current.
 1.28.8.3  28-Feb-2002  nathanw Catch up to -current.
 1.28.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.28.8.1  08-Jul-2001  nathanw file KGDB3X was added on branch nathanw_sa on 2002-01-08 00:28:16 +0000
 1.28.2.5  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.28.2.4  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.28.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.28.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.28.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.33.4.1  01-Aug-2002  lukem Pull up revision 1.34 (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.33.2.1  15-Jul-2002  gehenna catch up with -current.
 1.36.2.9  11-Dec-2005  christos Sync with head.
 1.36.2.8  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.36.2.7  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.36.2.6  04-Feb-2005  skrll Sync with HEAD.
 1.36.2.5  24-Jan-2005  skrll Sync with HEAD.
 1.36.2.4  14-Nov-2004  skrll Sync with HEAD.
 1.36.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.36.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.36.2.1  03-Aug-2004  skrll Sync with HEAD
 1.37.2.1  15-Jul-2004  he Pull up revision 1.38 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.39.4.1  29-Apr-2005  kent sync with -current
 1.40.2.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.40.2.1  12-Feb-2005  yamt sync with head.
 1.43.6.3  03-Sep-2007  yamt sync with head.
 1.43.6.2  30-Dec-2006  yamt sync with head.
 1.43.6.1  21-Jun-2006  yamt sync with head.
 1.49.6.1  22-Apr-2006  simonb Sync with head.
 1.49.4.1  09-Sep-2006  rpaulo sync with head
 1.49.2.1  18-Feb-2006  yamt sync with head.
 1.51.2.1  03-Sep-2006  yamt sync with head.
 1.52.4.1  22-Oct-2006  yamt sync with head
 1.52.2.1  18-Nov-2006  ad Sync with head.
 1.53.22.1  15-Aug-2007  skrll Sync with HEAD.
 1.53.20.1  07-Aug-2007  matt Sync with HEAD.
 1.53.16.1  03-Oct-2007  garbled Sync with HEAD
 1.53.8.1  20-Aug-2007  ad Sync with HEAD.
 1.54.6.1  06-Nov-2007  matt sync with HEAD

RSS XML Feed