History log of /src/sys/dev/ic/aic79xx_osm.h |
Revision | | Date | Author | Comments |
1.24 |
| 28-Feb-2025 |
andvar | Fix various typos in comments.
|
1.23 |
| 03-Apr-2013 |
christos | branches: 1.23.74; undo previous commit of unrelated debugging.
|
1.22 |
| 03-Apr-2013 |
christos | instead of ifnet use ethercom.
|
1.21 |
| 13-Nov-2010 |
uebayasi | 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.20 |
| 26-Sep-2009 |
tsutsui | branches: 1.20.4; Split device_t/softc. Tested on aic7901A.
|
1.19 |
| 05-Sep-2009 |
tsutsui | Make ahd_detach() take struct ahd_softc * rather than device_t as well as ahd_attach(). (currently no backend calls it though)
|
1.18 |
| 02-Sep-2009 |
tsutsui | TAB vs space cleanup.
|
1.17 |
| 12-May-2009 |
cegger | struct device * -> device_t, no functional changes intended.
|
1.16 |
| 24-Jun-2008 |
gmcgarry | branches: 1.16.10; Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code.
|
1.15 |
| 08-Apr-2008 |
cegger | branches: 1.15.4; 1.15.6; 1.15.8; use aprint_*_dev and device_xname
|
1.14 |
| 19-Oct-2007 |
ad | branches: 1.14.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.13 |
| 09-Jul-2007 |
ad | branches: 1.13.6; 1.13.8; 1.13.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.12 |
| 16-Nov-2006 |
christos | branches: 1.12.8; 1.12.10; __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 |
| 16-Feb-2006 |
perry | branches: 1.10.14; 1.10.16; 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.9 |
| 24-Dec-2005 |
perry | branches: 1.9.2; 1.9.4; 1.9.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.8 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.7 |
| 27-Feb-2005 |
perry | branches: 1.7.4; nuke trailing whitespace
|
1.6 |
| 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.5 |
| 02-Nov-2003 |
wiz | branches: 1.5.8; 1.5.10; Fix some typos. From Tom Cosgrove via jmc@openbsd.
|
1.4 |
| 29-Aug-2003 |
thorpej | Apply the following change made on 5/26/2003 21:43:29 by gibbs to the FreeBSD ahd driver:
aic79xx.c: aic79xx_osm.h: aic7xxx_osm.h: Explicitly define functions that take no arguments with "(void)"
Approved by: RE
|
1.3 |
| 08-Jul-2003 |
itojun | function prototype must not have variable name
|
1.2 |
| 03-May-2003 |
wiz | branches: 1.2.2; DMA, not dma nor Dma.
|
1.1 |
| 21-Apr-2003 |
fvdl | ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbs for FreeBSD, ported to NetBSD by Pascal Renauld, Network Storage Solutions, Inc, plus a bunch of changes by me.
This driver is as yet untested in this final form, it will be added to config files when it has been tested.
|
1.2.2.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.2.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.5.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.7.4.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.7.4.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.4.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.9.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.9.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.9.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.10.16.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.10.16.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.10.14.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.12.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.12.8.2 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.12.8.1 |
| 01-Jul-2007 |
ad | Adapt to callout API change.
|
1.13.12.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.13.8.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.13.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.14.16.2 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.15.8.1 |
| 27-Jun-2008 |
simonb | Sync with head.
|
1.15.6.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.15.4.4 |
| 11-Mar-2010 |
yamt | sync with head
|
1.15.4.3 |
| 16-Sep-2009 |
yamt | sync with head
|
1.15.4.2 |
| 16-May-2009 |
yamt | sync with head
|
1.15.4.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.16.10.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.20.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.23.74.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|