diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2009-07-04 20:36:57 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2009-07-04 20:36:57 +0000 |
| commit | 464a6f95bf03ec26615b47ec00bd2b1f22e835b1 (patch) | |
| tree | 9c78e5be7eb6e1eab66caa98caf13111fc85d796 /sys/dev/ic | |
| parent | 49fc067aae2955da9b55029b71c89ee828b476ce (diff) | |
Remove unused elements from siisata_softc.
Clean up siisata pci attachment.
noteable changes:
- Use aprint_*_dev where appropriate.
- Condense board match table and use C99 initializers.
- Use aprint_verbose for extra info.
Also, add 2009 to my copyright, as well as remove my local CVS tags.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/siisatavar.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/ic/siisatavar.h b/sys/dev/ic/siisatavar.h index 9eb91d03722..8d3136d66f5 100644 --- a/sys/dev/ic/siisatavar.h +++ b/sys/dev/ic/siisatavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: siisatavar.h,v 1.3 2009/06/17 04:37:57 jakllsch Exp $ */ +/* $NetBSD: siisatavar.h,v 1.4 2009/07/04 20:36:57 jakllsch Exp $ */ /* from ahcisatavar.h */ @@ -33,7 +33,7 @@ */ /*- - * Copyright (c) 2007, 2008 Jonathan A. Kollasch. + * Copyright (c) 2007, 2008, 2009 Jonathan A. Kollasch. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -105,9 +105,6 @@ struct siisata_softc { uint32_t sch_active_slots; } sc_channels[SIISATA_MAX_PORTS]; - - int sc_have_dma64; /* 64-bit DMA available */ - int sc_chip; /* chip number */ }; #define SIISATANAME(sc) (device_xname((sc)->sc_atac.atac_dev)) |
