History log of /src/sys/dev/isa/aztech.c |
Revision | | Date | Author | Comments |
1.17 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.16 |
| 12-May-2009 |
cegger | branches: 1.16.12; 1.16.22; struct device * -> device_t, no functional changes intended.
|
1.15 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.14 |
| 08-Apr-2008 |
cegger | branches: 1.14.4; 1.14.18; use aprint_*_dev and device_xname
|
1.13 |
| 19-Oct-2007 |
ad | branches: 1.13.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.12 |
| 16-Nov-2006 |
christos | branches: 1.12.8; 1.12.22; 1.12.24; 1.12.28; __unused removal on arguments; approved by core.
|
1.11 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.20; 1.10.22; merge ktrace-lwp.
|
1.9 |
| 29-Oct-2004 |
yamt | branches: 1.9.12; constify audio_hw_if, midi_hw_if, and radio_hw_if.
|
1.8 |
| 14-Jul-2003 |
lukem | add missing __KERNEL_RCSID()
|
1.7 |
| 02-Oct-2002 |
thorpej | branches: 1.7.6; Fix sizeof and whitespace bug from the script I'm using to do the CFATTACH_DECL conversion. (Grumble.)
|
1.6 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.5 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.4 |
| 07-Jan-2002 |
thorpej | branches: 1.4.2; 1.4.4; 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.3 |
| 03-Jan-2002 |
augustss | Add \n in attach messages.
|
1.2 |
| 02-Jan-2002 |
augustss | Change the probe code. You cannot unmap bus space and then use it.
|
1.1 |
| 01-Jan-2002 |
augustss | Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov for OpenBSD, from where it was imported.
|
1.4.4.3 |
| 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.4.4.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.4.1 |
| 07-Jan-2002 |
thorpej | file aztech.c was added on branch kqueue on 2002-01-10 19:55:18 +0000
|
1.4.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.4.2.4 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.4.2.3 |
| 11-Jan-2002 |
nathanw | More catchup.
|
1.4.2.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.2.1 |
| 07-Jan-2002 |
nathanw | file aztech.c was added on branch nathanw_sa on 2002-01-08 00:30:21 +0000
|
1.7.6.4 |
| 02-Nov-2004 |
skrll | Sync with HEAD.
|
1.7.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.7.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.7.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.12.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.9.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.10.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.10.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.10.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.12.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.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.12.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.13.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.18.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.14.4.1 |
| 16-May-2009 |
yamt | sync with head
|
1.16.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.16.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|