Home | History | Annotate | Download | only in hpc
History log of /src/sys/dev/hpc/hpcin.c
RevisionDateAuthorComments
 1.15  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.14  12-May-2009  cegger branches: 1.14.12; 1.14.22;
struct device * -> device_t, no functional changes intended.
 1.13  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.12  28-Apr-2008  martin branches: 1.12.14;
Remove clause 3 and 4 from TNF licenses
 1.11  15-Dec-2007  perry branches: 1.11.6; 1.11.8; 1.11.10;
__FUNCTION__ -> __func__
 1.10  19-Oct-2007  ad branches: 1.10.4; 1.10.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.9  29-Mar-2006  thorpej branches: 1.9.18; 1.9.32; 1.9.34; 1.9.38;
Use device_private().
 1.8  02-Oct-2002  thorpej branches: 1.8.22; 1.8.36; 1.8.38; 1.8.40; 1.8.42; 1.8.44;
Add trailing ; to CFATTACH_DECL.
 1.7  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.6  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.5  13-Jan-2002  takemura Added new config hook type PCIINTR (handling PCI interrupt).
Added config hook APIs, config_connect, config_disconnect and
config_connected_call.
Supported PCIINTR type event in hpcio.
 1.4  13-Nov-2001  lukem add RCSID
 1.3  13-Jun-2001  uch branches: 1.3.2; 1.3.4;
make this work.
 1.2  04-Jun-2001  uch ANSI KNF.
 1.1  30-Apr-2001  takemura Machine independent GPIO interface.
 1.3.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.3.4.2  11-Feb-2002  jdolecek Sync w/ -current.
 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  14-Nov-2001  nathanw Catch up to -current.
 1.3.2.2  21-Jun-2001  nathanw Catch up to -current.
 1.3.2.1  13-Jun-2001  nathanw file hpcin.c was added on branch nathanw_sa on 2001-06-21 20:01:38 +0000
 1.8.44.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.8.42.1  19-Apr-2006  elad sync with head.
 1.8.40.1  01-Apr-2006  yamt sync with head.
 1.8.38.1  22-Apr-2006  simonb Sync with head.
 1.8.36.1  09-Sep-2006  rpaulo sync with head
 1.8.22.3  21-Jan-2008  yamt sync with head
 1.8.22.2  27-Oct-2007  yamt sync with head.
 1.8.22.1  21-Jun-2006  yamt sync with head.
 1.9.38.1  25-Oct-2007  bouyer Sync with HEAD.
 1.9.34.2  09-Jan-2008  matt sync with HEAD
 1.9.34.1  06-Nov-2007  matt sync with HEAD
 1.9.32.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.9.18.1  23-Oct-2007  ad Sync with head.
 1.10.8.1  02-Jan-2008  bouyer Sync with HEAD
 1.10.4.1  26-Dec-2007  ad Sync with head.
 1.11.10.2  16-May-2009  yamt sync with head
 1.11.10.1  16-May-2008  yamt sync with head.
 1.11.8.1  18-May-2008  yamt sync with head.
 1.11.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.12.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.14.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.14.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed