Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/aic7xxx_osm.h
RevisionDateAuthorComments
 1.26  28-Feb-2025  andvar Fix various typos in comments.
 1.25  13-Nov-2010  uebayasi branches: 1.25.98;
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.
 1.24  16-May-2009  tsutsui branches: 1.24.4;
Make ahc_detach() take struct ahc_softc * as well as ahc_attach()
and remove bogus casts around ahc_detach().

XXX: There is a pmf_device_deregister(9) call in ahc_detach()
XXX: while there is no pmf_device_register(9) in ahc_attach().
XXX: It looks more pmf(9) stuff is required for cardbus detach.
 1.23  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.22  05-May-2009  cegger device_t/softc split
 1.21  15-Mar-2009  cegger ansify function definitions
 1.20  08-Apr-2008  cegger branches: 1.20.4; 1.20.12; 1.20.18;
use aprint_*_dev and device_xname
 1.19  19-Oct-2007  ad branches: 1.19.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.18  09-Jul-2007  ad branches: 1.18.6; 1.18.8; 1.18.12;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.17  16-Nov-2006  christos branches: 1.17.8; 1.17.10;
__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  21-May-2006  christos branches: 1.15.6; 1.15.8;
void casts to functions whose return values are ignored.
 1.14  14-Mar-2006  tsutsui branches: 1.14.2; 1.14.4;
Oops, fix botch in previous.
 1.13  14-Mar-2006  tsutsui TAB/space cleanup.
 1.12  16-Feb-2006  perry branches: 1.12.2; 1.12.4;
Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.
 1.11  24-Dec-2005  perry branches: 1.11.2; 1.11.4; 1.11.6;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.10  11-Dec-2005  christos merge ktrace-lwp.
 1.9  27-Feb-2005  perry branches: 1.9.4;
nuke trailing whitespace
 1.8  21-Feb-2005  thorpej Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.
 1.7  02-Nov-2003  wiz branches: 1.7.8; 1.7.10;
Fix some typos. From Tom Cosgrove via jmc@openbsd.
 1.6  08-Jul-2003  itojun function prototype must not have variable name
 1.5  04-May-2003  kristerw branches: 1.5.2;
Change the type of the 'code' parameter of ahc_send_async() from u_int
to ac_code to agree with the function definition.
 1.4  03-May-2003  wiz DMA, not dma nor Dma.
 1.3  20-Apr-2003  fvdl Actually define ahc_htole and reverse macros.
 1.2  19-Apr-2003  fvdl NetBSD RCS Ids.
 1.1  19-Apr-2003  fvdl Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported to
NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some modifications by me.
 1.5.2.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.5.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.2.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.8.1  29-Apr-2005  kent sync with -current
 1.9.4.4  27-Oct-2007  yamt sync with head.
 1.9.4.3  03-Sep-2007  yamt sync with head.
 1.9.4.2  30-Dec-2006  yamt sync with head.
 1.9.4.1  21-Jun-2006  yamt sync with head.
 1.11.6.2  01-Jun-2006  kardel Sync with head.
 1.11.6.1  22-Apr-2006  simonb Sync with head.
 1.11.4.1  09-Sep-2006  rpaulo sync with head
 1.11.2.1  18-Feb-2006  yamt sync with head.
 1.12.4.1  19-Apr-2006  elad sync with head.
 1.12.2.2  24-May-2006  yamt sync with head.
 1.12.2.1  01-Apr-2006  yamt sync with head.
 1.14.4.1  19-Jun-2006  chap Sync with head.
 1.14.2.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.15.8.2  10-Dec-2006  yamt sync with head.
 1.15.8.1  22-Oct-2006  yamt sync with head
 1.15.6.1  18-Nov-2006  ad Sync with head.
 1.17.10.1  11-Jul-2007  mjf Sync with head.
 1.17.8.2  23-Oct-2007  ad Sync with head.
 1.17.8.1  01-Jul-2007  ad Adapt to callout API change.
 1.18.12.1  25-Oct-2007  bouyer Sync with HEAD.
 1.18.8.1  06-Nov-2007  matt sync with HEAD
 1.18.6.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.19.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.20.18.2  23-Jul-2009  jym Sync with HEAD.
 1.20.18.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.20.12.1  28-Apr-2009  skrll Sync with HEAD.
 1.20.4.2  16-May-2009  yamt sync with head
 1.20.4.1  04-May-2009  yamt sync with head.
 1.24.4.1  05-Mar-2011  rmind sync with head
 1.25.98.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed