Home | History | Annotate | Download | only in sbus
History log of /src/sys/dev/sbus/cgsix_sbus.c
RevisionDateAuthorComments
 1.32  25-Sep-2022  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.31  09-Mar-2022  macallan turns out we can map the full amount of VRAM on a 4MB board even when in
double buffer mode

thanks foo bar
 1.30  17-Sep-2009  tsutsui Remove struct sbusdev and related functions sbus_establish() and sbusreset().
They are derived from 4.4BSD/sparc and have been there since initial import
of NetBSD/sparc in 1993, but the struct sbusdev is almost unused for years,
nothing calls sbusreset(), and all (*sd->sd_reset)() functions look bogus.

Suggested by mrg@ and martin@, and tested on SS1+ and SS20.
 1.29  26-May-2009  macallan use BUS_SPACE_MAP_LARGE
 1.28  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.27  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.26  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.25  12-Dec-2008  macallan branches: 1.25.2;
device_t-ify
 1.24  28-Apr-2008  martin branches: 1.24.8;
Remove clause 3 and 4 from TNF licenses
 1.23  05-Apr-2008  cegger branches: 1.23.2; 1.23.4;
use aprint_*_dev and device_xname
 1.22  19-Oct-2007  ad branches: 1.22.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.21  11-Apr-2007  macallan branches: 1.21.8; 1.21.10; 1.21.14;
return 100 in match() so we beat genfb
 1.20  04-Mar-2007  christos branches: 1.20.2; 1.20.4;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.19  29-Mar-2006  thorpej branches: 1.19.14;
Use device_cfdata().
 1.18  11-Dec-2005  christos branches: 1.18.4; 1.18.6; 1.18.8; 1.18.10; 1.18.12;
merge ktrace-lwp.
 1.17  04-Jun-2005  tsutsui branches: 1.17.2;
Add const.
 1.16  16-May-2005  macallan Added support for virtual consoles, colour and some code to determine the
usable amount of VRAM for XFree86
 1.15  25-Feb-2005  martin branches: 1.15.2;
From Micahel Lorenz: wsdisplay support for cg6
 1.14  04-Feb-2005  perry de-__P
 1.13  17-Mar-2004  pk branches: 1.13.8; 1.13.10;
Rename PROM_getprop*() => prom_getprop*().
 1.12  02-Oct-2002  thorpej branches: 1.12.6;
Add trailing ; to CFATTACH_DECL.
 1.11  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.10  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.9  27-Sep-2002  thorpej Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
 1.8  20-Mar-2002  eeh Use bus_space_vaddr() correctly. Ugh.
 1.7  11-Mar-2002  pk Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
a `bus_addr_t' to pass on to bus_space_map().

Drop `va' argument from sbus_bus_map(); it should not be used by MI Sbus
drivers.
 1.6  13-Nov-2001  lukem add RCSIDs
 1.5  26-Sep-2001  eeh getprop* -> PROM_getprop*
 1.4  24-Sep-2001  eeh Change bus_space_mmap() signature to the official one.
 1.3  04-Dec-2000  fvdl branches: 1.3.2; 1.3.4; 1.3.6;
Clean up warnings in 32bit compile (bus_space_handle_t is 64bit wide
but will only contain 32bit values; casting via u_long is safe)
 1.2  12-Sep-2000  pk branches: 1.2.2;
yank error.
 1.1  20-Aug-2000  pk Move cgsix and bwtwo Sbus attach code here from arch/sparc.
 1.2.2.3  08-Dec-2000  bouyer Sync with HEAD.
 1.2.2.2  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.2.2.1  12-Sep-2000  bouyer file cgsix_sbus.c was added on branch thorpej_scsipi on 2000-11-20 22:35:48 +0000
 1.3.6.1  01-Oct-2001  fvdl Catch up with -current.
 1.3.4.4  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.3.4.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.4.2  16-Mar-2002  jdolecek Catch up with -current.
 1.3.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.2.5  18-Oct-2002  nathanw Catch up to -current.
 1.3.2.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.3.2.3  14-Nov-2001  nathanw Catch up to -current.
 1.3.2.2  08-Oct-2001  nathanw Catch up to -current.
 1.3.2.1  26-Sep-2001  nathanw Catch up to -current.
Again.
 1.12.6.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.12.6.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.12.6.4  04-Feb-2005  skrll Sync with HEAD.
 1.12.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.6.1  03-Aug-2004  skrll Sync with HEAD
 1.13.10.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.13.10.1  12-Feb-2005  yamt sync with head.
 1.13.8.1  29-Apr-2005  kent sync with -current
 1.15.2.1  08-Jun-2005  tron Pull up revision 1.16 (requested by martin in ticket #378):
Added support for virtual consoles, colour and some code to determine the
usable amount of VRAM for XFree86
 1.17.2.3  27-Oct-2007  yamt sync with head.
 1.17.2.2  03-Sep-2007  yamt sync with head.
 1.17.2.1  21-Jun-2006  yamt sync with head.
 1.18.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.18.10.1  19-Apr-2006  elad sync with head.
 1.18.8.1  01-Apr-2006  yamt sync with head.
 1.18.6.1  22-Apr-2006  simonb Sync with head.
 1.18.4.1  09-Sep-2006  rpaulo sync with head
 1.19.14.2  15-Apr-2007  yamt sync with head.
 1.19.14.1  12-Mar-2007  rmind Sync with HEAD.
 1.20.4.1  11-Jul-2007  mjf Sync with head.
 1.20.2.2  23-Oct-2007  ad Sync with head.
 1.20.2.1  27-May-2007  ad Sync with head.
 1.21.14.1  25-Oct-2007  bouyer Sync with HEAD.
 1.21.10.1  06-Nov-2007  matt sync with HEAD
 1.21.8.1  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.22.16.2  17-Jan-2009  mjf Sync with HEAD.
 1.22.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.23.4.5  11-Mar-2010  yamt sync with head
 1.23.4.4  20-Jun-2009  yamt sync with head
 1.23.4.3  16-May-2009  yamt sync with head
 1.23.4.2  04-May-2009  yamt sync with head.
 1.23.4.1  16-May-2008  yamt sync with head.
 1.23.2.1  18-May-2008  yamt sync with head.
 1.24.8.2  28-Apr-2009  skrll Sync with HEAD.
 1.24.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.25.2.2  23-Jul-2009  jym Sync with HEAD.
 1.25.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

RSS XML Feed