Home | History | Annotate | Download | only in isa
History log of /src/sys/dev/isa/if_lc_isa.c
RevisionDateAuthorComments
 1.35  11-Jul-2016  msaitoh KNF. No functional change.
 1.34  27-Oct-2012  chs branches: 1.34.14;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.33  12-May-2009  cegger branches: 1.33.12; 1.33.22;
struct device * -> device_t, no functional changes intended.
 1.32  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.31  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.30  13-Feb-2009  bouyer Fix bus_addr_t/bus_size_t confusion
 1.29  08-Apr-2008  cegger branches: 1.29.4; 1.29.12; 1.29.14; 1.29.18; 1.29.22;
use aprint_*_dev and device_xname
 1.28  19-Oct-2007  ad branches: 1.28.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.27  16-Nov-2006  christos branches: 1.27.8; 1.27.22; 1.27.24; 1.27.28;
__unused removal on arguments; approved by core.
 1.26  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.25  14-Apr-2006  christos branches: 1.25.8; 1.25.10;
On second thought, the whole statement is wrong.
 1.24  14-Apr-2006  christos Coverity CID 723: Fix bogus test.
 1.23  11-Dec-2005  christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12;
merge ktrace-lwp.
 1.22  30-May-2005  christos branches: 1.22.2;
- add const
- avoid variable shadowing.
 1.21  27-Feb-2005  perry nuke trailing whitespace
 1.20  04-Feb-2005  perry de-__P
 1.19  14-Sep-2004  drochner branches: 1.19.4; 1.19.6;
Separate the namespace for default (ie unspecified) locators used
by the isa.c bus driver and the "address/whatever not specified"
argument passed to leaf device drivers.
The former is "ISACF_XXX_DEFAULT" as generaterd by config(8), the latter
"ISA_UNKNOWN_XXX", defined in isavar.h.
This way we save a dependency of every ISA device driver on "locators.h".
 1.18  03-Jul-2004  mycroft Only attempt to map the memory window during attach, not match. If msize==0,
print a message and punt. Fixes PR 6167 (from me!).
 1.17  22-Apr-2004  itojun sprintf -> snprintf
 1.16  02-Oct-2002  thorpej branches: 1.16.6;
Fix sizeof and whitespace bug from the script I'm using to do the
CFATTACH_DECL conversion. (Grumble.)
 1.15  02-Oct-2002  thorpej Use CFATTACH_DECL().
 1.14  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.13  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.12  13-Nov-2001  lukem add RCSID
 1.11  08-Jul-2001  thorpej branches: 1.11.2;
Remove unnecessary include files. From Onno van der Linden.
 1.10  13-Jun-2001  wiz withough -> without
 1.9  05-Jul-1998  jonathan branches: 1.9.26;
defopt NS, NSIP.
 1.8  05-Jul-1998  jonathan defopt INET, NETATALK.
 1.7  09-Jun-1998  thorpej Nuke __BROKEN_INDIRECT_CONFIG.
 1.6  30-Nov-1997  christos Make this work again. KNF.
 1.5  17-Nov-1997  thorpej Rewrite lc_isa_probe() to not scan i/o space for LEMAC cards, but rather
to look specifically at the address it was provided *only*, since the
scan isn't safe (it can stomp on cards that will be probed later, like
NE2000 clones).
 1.4  20-Oct-1997  thorpej branches: 1.4.2;
Don't panic if we fail to remap i/o or mem space in the attach function.
Instead, print a diagnostic and return. (Some drivers do this already.)

Also, normalize the diagnostic message, and fix some places where the
printfs were getting ugly.
 1.3  20-Oct-1997  fvdl Make sure to unmap bus space when a successful probe is done, to prevent
a panic when the attach code does the map again. PR 4302, from
Anders Hjalmarsson.
 1.2  15-Oct-1997  matt Cleanup ISA probe code. Don't collect info first. Just do the probe.
 1.1  31-Jul-1997  matt branches: 1.1.2;
Add the ISA inteface for the lc (LEMAC, EtherWORKS III) driver.
 1.1.2.2  23-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.1.2.1  31-Jul-1997  thorpej file if_lc_isa.c was added on branch marc-pcmcia on 1997-08-23 07:13:21 +0000
 1.4.2.2  22-Dec-1997  perry pull up fix from trunk (christos)
 1.4.2.1  17-Nov-1997  thorpej Sync w/ trunk.
 1.9.26.6  18-Oct-2002  nathanw Catch up to -current.
 1.9.26.5  28-Feb-2002  nathanw Catch up to -current.
 1.9.26.4  11-Jan-2002  nathanw More catchup.
 1.9.26.3  14-Nov-2001  nathanw Catch up to -current.
 1.9.26.2  24-Aug-2001  nathanw Catch up with -current.
 1.9.26.1  21-Jun-2001  nathanw Catch up to -current.
 1.11.2.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.11.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.16.6.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.16.6.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.16.6.4  04-Feb-2005  skrll Sync with HEAD.
 1.16.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.16.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.16.6.1  03-Aug-2004  skrll Sync with HEAD
 1.19.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.19.6.1  12-Feb-2005  yamt sync with head.
 1.19.4.1  29-Apr-2005  kent sync with -current
 1.22.2.3  27-Oct-2007  yamt sync with head.
 1.22.2.2  30-Dec-2006  yamt sync with head.
 1.22.2.1  21-Jun-2006  yamt sync with head.
 1.23.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.23.10.1  19-Apr-2006  elad sync with head.
 1.23.8.1  24-May-2006  yamt sync with head.
 1.23.6.1  22-Apr-2006  simonb Sync with head.
 1.23.4.1  09-Sep-2006  rpaulo sync with head
 1.25.10.2  10-Dec-2006  yamt sync with head.
 1.25.10.1  22-Oct-2006  yamt sync with head
 1.25.8.1  18-Nov-2006  ad Sync with head.
 1.27.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.27.24.1  06-Nov-2007  matt sync with HEAD
 1.27.22.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.27.8.1  23-Oct-2007  ad Sync with head.
 1.28.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.29.22.1  21-Apr-2010  matt sync to netbsd-5
 1.29.18.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.29.14.1  30-Sep-2009  snj Pull up following revision(s) (requested by bouyer in ticket #1040):
sys/dev/isa/if_lc_isa.c: revision 1.30
sys/dev/pci/pccbb.c: revision 1.183
Fix bus_addr_t/bus_size_t confusion
 1.29.12.2  28-Apr-2009  skrll Sync with HEAD.
 1.29.12.1  03-Mar-2009  skrll Sync with HEAD.
 1.29.4.2  16-May-2009  yamt sync with head
 1.29.4.1  04-May-2009  yamt sync with head.
 1.33.22.2  03-Dec-2017  jdolecek update from HEAD
 1.33.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.33.12.1  30-Oct-2012  yamt sync with head
 1.34.14.1  05-Oct-2016  skrll Sync with HEAD

RSS XML Feed