History log of /src/sys/arch/sparc/conf/GENERIC_SCSI3 |
Revision | | Date | Author | Comments |
1.37 |
| 06-Jan-1997 |
mrg | include the GENERIC kernel, and then map the disks.
|
1.36 |
| 06-Dec-1996 |
pk | Uncomment lebuffer devices
|
1.35 |
| 18-Nov-1996 |
pk | Move *PAGER options and `machine sparc' to std.sparc.
|
1.34 |
| 03-Nov-1996 |
pk | Declare device `audio' at sbus.
|
1.33 |
| 03-Oct-1996 |
abrown | Add cgfourteen framebuffer to generic configs
|
1.32 |
| 02-Oct-1996 |
mrg | update for exec changes.
|
1.31 |
| 09-Aug-1996 |
mrg | Change reboot(2) to take two arguments: bootopt like normal and also a boot string for firmware that can do this, such as the SPARC and the sun3 models. It is currently silently ignored on all other hardware now, however. The MD function "boot()" has been changed to also take a char *.
|
1.30 |
| 20-Jun-1996 |
pk | Turn on disconnect/reselect by default on targets 4-7 on the premise that tape devices normally are set to one of these targets. Tape devices should be allowed to disconnect for the SCSI bus to operate acceptably.
|
1.29 |
| 19-Jun-1996 |
pk | add tcx
|
1.28 |
| 21-May-1996 |
pk | branches: 1.28.2; Remove the `espdma' special case; all `esp' related dma channels are now called `dma' on all architectures. Note: `ledma' remains in place.
Also delete a couple of unneeded `needs-flag's in files.sparc.
|
1.27 |
| 17-May-1996 |
abrown | Add Sun4m power0 power status/control register to GENERIC configuration
|
1.26 |
| 16-May-1996 |
pk | Add `flags' to the esp entries: disable disconnect & synch negotiation by default until further notice.
|
1.25 |
| 16-May-1996 |
pk | Change attributes of `dma', `espdma' and `ledma' (the attributes on the latter two didn't seem to make much sense anyway..) to allow `esp' devices to be attached to one of `sbus', `dma' and `espdma'.
Remove the wildcarded `espdma?' and `ledma?' attachments of `esp' and `le' respectively, in favour of `dma?' and `lebuffer?' (but the latter is not yet implemented), which seems to better match reality: additional SBus SCSI/Lance boards call themselves `dma' and `lebuffer'.
|
1.24 |
| 16-May-1996 |
thorpej | Document the "flags" for the si and sw controllers. While I'm here, do some re-arrangement (cleanup), and document which devices exist on which machines, so that people can be better informed when they trim down their kernels. There are a LOT of comments in this file now!
|
1.23 |
| 01-Apr-1996 |
pk | Update device list.
|
1.22 |
| 31-Mar-1996 |
pk | Updates for sun4m.
|
1.21 |
| 27-Feb-1996 |
thorpej | First-cut support for P4 framebuffers. Currently supports P4 variants of bwtwo, cgfour, cgsix, and cgeight. Includes support for attaching the overlay plane of the cgfour and cgeight as a bwtwo instance (a'la SunOS).
P4 register descriptions, cgfour driver, and cgeight driver partially derived from OpenBSD.
This code may still need polishing.
|
1.20 |
| 01-Jan-1996 |
thorpej | "si" and "sw" actually interrupt at level 3 (which I quickly discovered when porting the driver).
|
1.19 |
| 08-Oct-1995 |
pk | Add forgotten `eeprom' configuration.
|
1.18 |
| 04-Oct-1995 |
pk | RCONSOLE => RASTERCONSOLE
|
1.17 |
| 25-Sep-1995 |
pk | Correct cgtwo address.
|
1.16 |
| 25-Sep-1995 |
chuck | add "xy" xylogics 450/451 config stuff
|
1.15 |
| 17-Sep-1995 |
pk | vmes => vmes0
|
1.14 |
| 17-Sep-1995 |
pk | Add cgtwo0.
|
1.13 |
| 11-Sep-1995 |
pk | `si' and `sw' are scsibusses.
|
1.12 |
| 05-Sep-1995 |
pk | Add `sw' scsi adapter on obio (per Jason Thorpe, PR#1422).
|
1.11 |
| 29-Aug-1995 |
pk | Add bwtwo@obio specs (from Jason Thorpe).
|
1.10 |
| 08-Jul-1995 |
pk | si scsi driver configs.
|
1.9 |
| 26-Jun-1995 |
pk | xd definitions, from Chuck Cranor.
|
1.8 |
| 05-Jun-1995 |
pk | Add UNION option.
|
1.7 |
| 02-Jun-1995 |
pk | Update SCSI decls.
|
1.6 |
| 02-Mar-1995 |
pk | Make more generic.
|
1.5 |
| 01-Mar-1995 |
pk | Better 4/100 support.
|
1.4 |
| 25-Jan-1995 |
cgd | vn -> vnd renaming, for consistency
|
1.3 |
| 17-Dec-1994 |
deraadt | correct ie[1234] addreses
|
1.2 |
| 16-Dec-1994 |
deraadt | ie[01234] and obclock
|
1.1 |
| 07-Dec-1994 |
deraadt | bigtime cleanup
|
1.28.2.1 |
| 02-Jul-1996 |
jtc | merge in rev 1.29=>1.30 > Turn on disconnect/reselect by default on targets 4-7 ...
|