cvs commit: src/sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h
sym_fw2.h sym_hipd.c
Marius Strobl
marius at FreeBSD.org
Fri May 30 22:00:46 UTC 2008
marius 2008-05-30 22:00:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h
sym_hipd.c
Log:
MFC: sym_defs.h 1.12; sym_fw.h 1.6; sym_fw1.h 1.9; sym_fw2.h 1.10;
sym_hipd.c 1.69 (partial), 1.70
- Remove unused members related to bus addresses in struct sym_hcb.
- sym(4) takes care of allocating an instance of struct sym_hcb
itself so don't let newbus allocate it as an unused softc also.
- Const'ify firmware and lookup-tables.
- Obsolete redundant inst_name and unit members of struct sym_hcb.
- Fix three more NULL vs. 0 confusions.
- Use device_set_softc(9) to tell the bus layer that this driver
allocates a instance of struct sym_hcb itself.
Revision Changes Path
1.11.2.1 +1 -1 src/sys/dev/sym/sym_defs.h
1.5.2.1 +8 -8 src/sys/dev/sym/sym_fw.h
1.7.2.1 +2 -2 src/sys/dev/sym/sym_fw1.h
1.8.2.1 +2 -2 src/sys/dev/sym/sym_fw2.h
1.55.2.3 +38 -50 src/sys/dev/sym/sym_hipd.c
More information about the cvs-src
mailing list