History log of /src/sys/dev/isa/elink.c |
Revision | | Date | Author | Comments |
1.19 |
| 25-Sep-2022 |
thorpej | malloc(9) -> kmem(9)
|
1.18 |
| 10-Nov-2019 |
chs | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen.
|
1.17 |
| 14-Mar-2009 |
dsl | branches: 1.17.64; 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.16 |
| 28-Apr-2008 |
martin | branches: 1.16.8; 1.16.14; Remove clause 3 and 4 from TNF licenses
|
1.15 |
| 19-Oct-2007 |
ad | branches: 1.15.16; 1.15.18; 1.15.20; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.14 |
| 13-Nov-2001 |
lukem | branches: 1.14.32; 1.14.74; 1.14.88; 1.14.90; 1.14.94; add RCSID
|
1.13 |
| 30-Mar-2000 |
augustss | branches: 1.13.6; 1.13.8; Remove register declarations.
|
1.12 |
| 15-Aug-1998 |
mycroft | branches: 1.12.12; Assign copyrights to TNF.
|
1.11 |
| 15-Aug-1998 |
mycroft | Make copyright notices with my name consistent.
|
1.10 |
| 21-Oct-1996 |
thorpej | New bus.h implementation/interface: - No more distinction between i/o-mapped and memory-mapped devices. It's all "bus space" now, and space tags differentiate the space with finer grain than the bus chipset tag. - Add memory barrier methods. - Implement space alloc/free methods. - Implement region read/write methods (like memcpy to/from bus space). This interface provides a better abstraction for dealing with machine-independent chipset drivers.
|
1.9 |
| 03-May-1996 |
christos | - Fix random return value in the probe function. - Add <sys/systm.h> to get prototypes
|
1.8 |
| 30-Apr-1996 |
thorpej | Adapt the elink_reset() and elink_idseq() routines for <machine/bus.h>. In elink_reset(), since some machines may have more than one ISA bus, implement a way of keeping track of which ISA bus has received an elink_reset(); The static variable which was used previously didn't scale.
|
1.7 |
| 29-Jan-1995 |
cgd | lip service to making ISA support machine-independent. This is the first round: moving the drivers into a machine-independent directory. Some drivers (e.g. fd.c) not moved because they use other pc features (e.g. CMOS settings), and none of the non-driver files moved, because they're still pretty much PC specific. eventually (when other ports with ISA busses really start using this code), more 'high-level' ISA support will live here.
|
1.6 |
| 07-Jan-1995 |
mycroft | Actually, do the ID reset in elink_reset().
|
1.5 |
| 06-Jan-1995 |
mycroft | Do the reset in the individual drivers, not in elink_idseq().
|
1.4 |
| 03-Jan-1995 |
hpeyerl | This is correct according to the docs on both cards. Doesn't seem to make any difference to the known problems though.
|
1.3 |
| 27-Oct-1994 |
cgd | new RCS ID format.
|
1.2 |
| 16-Feb-1994 |
mycroft | Add copyright notices.
|
1.1 |
| 16-Feb-1994 |
mycroft | Move elink_reset() into a separate file, and add a generic elink_idseq().
|
1.12.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.13.8.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.13.6.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.14.94.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.14.90.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.14.88.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.14.74.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.14.32.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.15.20.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.15.20.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.15.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.16.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.16.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.17.64.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|