[parisc-linux-cvs] linux-2.6 willy
Matthew Wilcox
parisc-linux@lists.parisc-linux.org
Fri, 17 Oct 2003 07:32:01 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.6
Changes by: willy 03/10/17 07:32:00
Modified files:
drivers/scsi/sym53c8xx_2: sym_defs.h sym_fw.c sym_glue.c
sym_glue.h sym_hipd.c sym_hipd.h
sym_nvram.c
Added files:
drivers/scsi/sym53c8xx_2: sym_nvram.h
Log message:
2.1.18h:
- Create sym_nvram.h (as per Gerard's 2.1.19-pre3 patch)
- hcb_p -> struct sym_hcb *
- Fix a few warnings that -W shows me (inline int, not int inline and
some signedness issues)
- Use pci_get_slot() instead of walking the lists ourselves.
- Finally remove sdev_p.
- Pull in the start of SYM_CONF_NVRAM_WRITE_SUPPORT that Gerard had in
his 2.1.19-pre3 patch. Not enabled yet.