History log of /src/sys/dev/sbus/sbusvar.h |
Revision | | Date | Author | Comments |
1.27 |
| 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.26 |
| 17-May-2008 |
macallan | device_t
|
1.25 |
| 28-Apr-2008 |
martin | branches: 1.25.2; Remove clause 3 and 4 from TNF licenses
|
1.24 |
| 11-Dec-2005 |
christos | branches: 1.24.70; 1.24.72; 1.24.74; merge ktrace-lwp.
|
1.23 |
| 04-Jun-2005 |
tsutsui | Add const.
|
1.22 |
| 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.21 |
| 04-Feb-2005 |
perry | de-__P
|
1.20 |
| 01-Aug-2003 |
pk | branches: 1.20.8; 1.20.10; Get machine/dev/sbusvar.h for SUN4D too.
|
1.19 |
| 27-Sep-2002 |
thorpej | branches: 1.19.6; Declare all cfattach structures const.
|
1.18 |
| 23-Aug-2002 |
thorpej | Use the structures defined in bsd_openprom.h for "reg", "range", and "intr" properties, rather than having identical-except-for-names sbus_* and iommu_* versions.
|
1.17 |
| 20-Mar-2002 |
eeh | branches: 1.17.2; 1.17.4; 1.17.6; Oops. Missing semicolon.
|
1.16 |
| 20-Mar-2002 |
eeh | Add sbus_promaddr_to_handle() to convert a prom address to a bus_space_handle_t.
|
1.15 |
| 15-Mar-2002 |
eeh | Get rid of bus_type_t.
|
1.14 |
| 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.13 |
| 03-Feb-2002 |
darrenr | add missing #include for SUN4 options
|
1.12 |
| 24-Sep-2001 |
eeh | Change bus_space_mmap() signature to the official one.
|
1.11 |
| 01-Nov-2000 |
eeh | branches: 1.11.2; 1.11.4; 1.11.6; Pass along the bus frequency too, for devices that need it.
|
1.10 |
| 11-Jan-2000 |
pk | Remove old-style boot device recognition.
|
1.9 |
| 06-Sep-1998 |
eeh | branches: 1.9.12; Do it right for a change.
|
1.8 |
| 06-Sep-1998 |
eeh | Oops. Fix overenthusiastic macro.
|
1.7 |
| 05-Sep-1998 |
eeh | The `address' field from the prom is really an unsigned 32-bit value. Make it so.
|
1.6 |
| 05-Sep-1998 |
eeh | Remove function name conflict.
|
1.5 |
| 05-Sep-1998 |
pk | sparc64 uses more of this file.
|
1.4 |
| 25-Aug-1998 |
pk | Also include SUN4 in the temporary split
|
1.3 |
| 13-Aug-1998 |
eeh | Merge paddr_t changes into the main branch.
|
1.2 |
| 29-Jul-1998 |
pk | branches: 1.2.2; Move some Sbus structures in here. * attach arguments now directly support multiple register and interrupt sets. * address translation (`ranges') has been made bus-specific * introduce sbus_destroy_attach_arg() to clean up after attaching an an Sbus device.
|
1.1 |
| 27-Jul-1998 |
pk | Move "sbusvar.h" hack in here. Also define SBUS_BURST_* values here.
|
1.2.2.1 |
| 08-Aug-1998 |
eeh | Revert cdevsw mmap routines to return int.
|
1.9.12.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.9.12.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.11.6.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.11.4.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.11.4.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.11.4.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.11.4.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.11.4.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.11.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.11.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.11.2.4 |
| 27-Aug-2002 |
nathanw | Catch up to -current.
|
1.11.2.3 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.11.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.11.2.1 |
| 26-Sep-2001 |
nathanw | Catch up to -current. Again.
|
1.17.6.1 |
| 22-Nov-2002 |
tron | Pull up revision 1.18 (requested by martin in ticket #948): Use the structures defined in bsd_openprom.h for "reg", "range", and "intr" properties, rather than having identical-except-for-names sbus_* and iommu_* versions.
|
1.17.4.1 |
| 29-Aug-2002 |
gehenna | catch up with -current.
|
1.17.2.1 |
| 26-Mar-2002 |
eeh | sbus_setup_attach_args() needs to return a struct device pointer now.
|
1.19.6.6 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.19.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.19.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.19.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.19.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.19.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.20.10.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.20.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.20.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.24.74.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.24.74.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.24.74.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.24.72.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.24.70.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.25.2.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|