| History log of /src/sys/dev/isa/tcic2_isa.c |
| Revision | | Date | Author | Comments |
| 1.30 |
| 25-Sep-2022 |
thorpej | Remove unnecessary include of <sys/malloc.h>.
|
| 1.29 |
| 31-Jul-2021 |
andvar | s/dependend/dependent/
|
| 1.28 |
| 12-Nov-2019 |
msaitoh | branches: 1.28.12; Add missing initialization of sc_dev.
|
| 1.27 |
| 14-Jul-2016 |
msaitoh | branches: 1.27.10; 1.27.18; 1.27.24; - Use aprint*() more in xxx_attach(). - Add missing aprint_naive("\n"). - Remove extra spaces and tabs. - KNF.
|
| 1.26 |
| 27-Oct-2012 |
chs | branches: 1.26.14; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
| 1.25 |
| 12-May-2009 |
cegger | branches: 1.25.12; 1.25.22; struct device * -> device_t, no functional changes intended.
|
| 1.24 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
| 1.23 |
| 16-Mar-2009 |
cegger | ansify function definitions
|
| 1.22 |
| 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.21 |
| 26-Jun-2008 |
drochner | branches: 1.21.4; 1.21.10; constify the pcmcia/cardbus method tables
|
| 1.20 |
| 08-Apr-2008 |
cegger | branches: 1.20.4; 1.20.6; 1.20.8; use aprint_*_dev and device_xname
|
| 1.19 |
| 29-Mar-2008 |
ad | Make TCICDEBUG / TCICISADEBUG compile.
|
| 1.18 |
| 19-Oct-2007 |
ad | branches: 1.18.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
| 1.17 |
| 16-Nov-2006 |
christos | branches: 1.17.8; 1.17.22; 1.17.24; 1.17.28; __unused removal on arguments; approved by core.
|
| 1.16 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
| 1.15 |
| 03-Sep-2006 |
christos | branches: 1.15.2; 1.15.4; add missing initializers
|
| 1.14 |
| 11-Dec-2005 |
christos | branches: 1.14.4; 1.14.8; merge ktrace-lwp.
|
| 1.13 |
| 27-Feb-2005 |
perry | branches: 1.13.4; nuke trailing whitespace
|
| 1.12 |
| 04-Feb-2005 |
perry | de-__P
|
| 1.11 |
| 14-Sep-2004 |
drochner | branches: 1.11.4; 1.11.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.10 |
| 11-Aug-2004 |
mycroft | Add a settype function. Nuke address windows earlier in power up sequence.
|
| 1.9 |
| 02-Oct-2002 |
thorpej | branches: 1.9.6; Fix sizeof and whitespace bug from the script I'm using to do the CFATTACH_DECL conversion. (Grumble.)
|
| 1.8 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
| 1.7 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
| 1.6 |
| 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.5 |
| 15-Nov-2001 |
lukem | don't need <sys/types.h> when including <sys/param.h>
|
| 1.4 |
| 13-Nov-2001 |
lukem | add RCSID
|
| 1.3 |
| 28-Jun-2000 |
mrg | branches: 1.3.2; 1.3.4; remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
| 1.2 |
| 08-Apr-1999 |
bad | branches: 1.2.2; Correct a misleading comment copied over from the PCIC version of this file.
|
| 1.1 |
| 23-Mar-1999 |
bad | branches: 1.1.4; A backend for Databook's TCIC family of PCMCIA chips.
Thanks to Andreas Lohrum, O'Reilly Verlag, Terry Moore, and Holger Czukay for hardware, documentation, and support.
|
| 1.1.4.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.2.2.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.3.4.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.3.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.3.2.4 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.3.2.3 |
| 11-Jan-2002 |
nathanw | More catchup.
|
| 1.3.2.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.3.2.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
| 1.9.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.9.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.9.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.9.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.9.6.1 |
| 12-Aug-2004 |
skrll | Sync with HEAD.
|
| 1.11.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.11.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
| 1.11.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.13.4.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
| 1.13.4.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.14.8.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
| 1.14.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.15.4.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
| 1.15.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
| 1.15.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
| 1.17.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
| 1.17.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
| 1.17.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.17.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
| 1.18.16.3 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.18.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.18.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
| 1.20.8.1 |
| 27-Jun-2008 |
simonb | Sync with head.
|
| 1.20.6.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.20.4.2 |
| 16-May-2009 |
yamt | sync with head
|
| 1.20.4.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.21.10.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.21.4.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.25.22.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.25.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.25.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.26.14.1 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
| 1.27.24.1 |
| 14-Nov-2019 |
martin | Pull up following revision(s) (requested by msaitoh in ticket #425):
sys/dev/sbus/sio16.c: revision 1.25 sys/dev/gpib/mt.c: revision 1.33 sys/arch/mvme68k/dev/wdsc.c: revision 1.33 sys/dev/gpib/ct.c: revision 1.31 sys/dev/isa/mcd.c: revision 1.119 sys/dev/pci/if_stge.c: revision 1.73 sys/dev/gpib/ppi.c: revision 1.25 sys/dev/pcmcia/if_tr_pcmcia.c: revision 1.29 sys/arch/amiga/dev/zssc.c: revision 1.46 sys/arch/mac68k/obio/iwm_fd.c: revision 1.57 sys/arch/amiga/dev/if_qn.c: revision 1.48 sys/dev/isa/tcic2_isa.c: revision 1.28 sys/dev/isa/uha_isa.c: revision 1.42 sys/dev/pci/neo.c: revision 1.55 sys/arch/next68k/dev/nextdisplay.c: revision 1.22 sys/dev/isa/if_iy.c: revision 1.111
Add missing initialization of sc_dev.
Initialize sc_dev correctly to avoid null pointer dereference when bus_space_map() failed.
Add missing initialization of sc_dev.
|
| 1.27.18.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.27.10.1 |
| 14-Nov-2019 |
martin | Pull up following revision(s) (requested by msaitoh in ticket #1439):
sys/dev/sbus/sio16.c: revision 1.25 sys/dev/gpib/mt.c: revision 1.33 sys/arch/mvme68k/dev/wdsc.c: revision 1.33 sys/dev/gpib/ct.c: revision 1.31 sys/dev/isa/mcd.c: revision 1.119 sys/dev/pci/if_stge.c: revision 1.73 sys/dev/gpib/ppi.c: revision 1.25 sys/dev/pcmcia/if_tr_pcmcia.c: revision 1.29 sys/arch/amiga/dev/zssc.c: revision 1.46 sys/arch/mac68k/obio/iwm_fd.c: revision 1.57 sys/arch/amiga/dev/if_qn.c: revision 1.48 sys/dev/isa/tcic2_isa.c: revision 1.28 sys/dev/isa/uha_isa.c: revision 1.42 sys/dev/pci/neo.c: revision 1.55 sys/arch/next68k/dev/nextdisplay.c: revision 1.22 sys/dev/isa/if_iy.c: revision 1.111
Add missing initialization of sc_dev.
Initialize sc_dev correctly to avoid null pointer dereference when bus_space_map() failed.
Add missing initialization of sc_dev.
|
| 1.28.12.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|