summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys/adwvar.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-02-03 16:34:57 +0000
committergibbs <gibbs@FreeBSD.org>2000-02-03 16:34:57 +0000
commit595b411966875fc0380bd26109481d8cdafae88e (patch)
tree4fd92e1aae3336d705f54c9907031211a08ab095 /sys/dev/advansys/adwvar.h
parentd85ed62d8029ed3b789bb6c1767daf12835344fb (diff)
downloadFreeBSD-src-595b411966875fc0380bd26109481d8cdafae88e.zip
FreeBSD-src-595b411966875fc0380bd26109481d8cdafae88e.tar.gz
Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary
support is also included for the ASC38C1600 Ultra160 chipset, but as firmware is not yet available for this chip, it is disabled. Approved by: jkh@FreeBSD.org
Diffstat (limited to 'sys/dev/advansys/adwvar.h')
-rw-r--r--sys/dev/advansys/adwvar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h
index 1820b8a..bc2e483 100644
--- a/sys/dev/advansys/adwvar.h
+++ b/sys/dev/advansys/adwvar.h
@@ -2,7 +2,7 @@
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. Second Generation SCSI controllers
*
- * Copyright (c) 1998 Justin Gibbs.
+ * Copyright (c) 1998, 1999, 2000 Justin Gibbs.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
- * without modification, immediately at the beginning of the file.
+ * without modification.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
@@ -39,8 +39,8 @@
#include "adw.h"
#include <dev/advansys/adwlib.h>
-struct adw_softc * adw_alloc(int unit, bus_space_tag_t tag,
- bus_space_handle_t bsh);
+struct adw_softc * adw_alloc(device_t dev, struct resource *regs,
+ int regs_type, int regs_id);
void adw_map(void *arg, bus_dma_segment_t *segs,
int nseg, int error);
void adw_free(struct adw_softc *adw);
OpenPOWER on IntegriCloud