History log of /src/sys/arch/atari/isa/fdcisa.c |
Revision | | Date | Author | Comments |
1.16 |
| 06-Jan-2023 |
tsutsui | TAB/spaces/indents cleanup.
|
1.15 |
| 29-Jun-2019 |
tsutsui | Make local functions static.
|
1.14 |
| 01-Jul-2011 |
dyoung | branches: 1.14.54; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.13 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.12 |
| 17-Mar-2008 |
yamt | branches: 1.12.2; 1.12.4; arint_normal -> aprint_normal
|
1.11 |
| 16-Mar-2008 |
cube | Split device_t and softc for the ... wait for it ... [air quotes] MI variant of fdc(4)/fd(4). Other cosmetic changes as appropriate.
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.50; 1.10.70; 1.10.74; merge ktrace-lwp.
|
1.9 |
| 14-Sep-2004 |
drochner | branches: 1.9.12; adapt to ISA "unknown address" namespace separation (purely mechanical, as far as "grep" reaches)
|
1.8 |
| 25-Sep-2003 |
mycroft | Modify the fdcattach() interface again, splitting it into two parts, so that DRQ allocation is done earlier.
|
1.7 |
| 25-Sep-2003 |
mycroft | Update for new attach method.
|
1.6 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.5 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.4 |
| 02-Oct-2002 |
thorpej | branches: 1.4.6; Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 07-Jan-2002 |
thorpej | Overhaul of the ISA autoconfiguration code to support direct configuration of devices logically attached to the ISA bus:
* Change the isa_attach_args to have arrays of io, mem, irq, drq resources. * Add a "pnpnames" and a linked list of "pnpcompatnames" to the isa_attach_args. If either of these members are non-NULL, direct configuration of the bus is being performed. Add an ISA_DIRECT_CONFIG() macro to test for this. * Drivers are not allowed to modify the isa_attach_args unless direct configuration is not being performed and the probe fucntion is returning success. * Adapt device drivers -- currently, all driver probe routines return "no match" if ISA_DIRECT_CONFIG() evaluates to true.
|
1.1 |
| 16-Mar-2001 |
leo | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.12; Atari specific stuff to implement the Milan floppy. The Milan uses standard ISA floppy hardware. Configure as: fdcisa0 at isa? port 0x3f0 irq 6 drq 2
|
1.1.12.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.12.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.12.2 |
| 11-Jan-2002 |
nathanw | More catchup.
|
1.1.12.1 |
| 16-Mar-2001 |
nathanw | file fdcisa.c was added on branch nathanw_sa on 2002-01-11 23:38:12 +0000
|
1.1.6.2 |
| 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.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.4.1 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.1.2.2 |
| 27-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 16-Mar-2001 |
bouyer | file fdcisa.c was added on branch thorpej_scsipi on 2001-03-27 15:30:37 +0000
|
1.4.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.12.1 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.10.74.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.74.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.10.70.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.10.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.12.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.12.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.54.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|